-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix usage of deprecated include #189
fix usage of deprecated include #189
Conversation
I think we're indeed in a place for which we don't support those old versions. |
I do not think the import issue is requiring the support for ansible 2.9 needs to be dropped. The failing build message on github:
IMHO this is not caused by some playbook code but is a molecule / OS setup problem ... Sorry, I can not run the tests on my own, as on debian 11 the usual systemd images do not work (have the problem w/ other playbooks too)
this is where the test fail on my system, but this has nothing to do with the changes made. |
Hello. please rebase your code, and the testing should work now. |
@zerwes If there is an issue in testing with debian11, would you mind filing an issue for it, with the logs? We'll try to figure it out. It's probably a molecule thing again. |
Commit message can be improved, but I won't be fussy about it. It's explaining the "what and why" enough. |
11141b3
to
f957285
Compare
Thanks @evrardjp for the fixed test. All molecule tests pass after rebasing the PR branch. |
I will bump the role on galaxy when another PR about template is merged. |
Updated role was pushed to galaxy just a few minutes ago. |
fixes:
[DEPRECATION WARNING]: "include" is deprecated, use include_tasks/import_tasks instead. This feature will be removed in version 2.16.