-
Notifications
You must be signed in to change notification settings - Fork 15
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
Use import_playbook instead of include #61
Comments
|
Hmm, this import_playbook can't be used instead of include:
I could use include_role, it would be better to check the reason behind these changes first. |
@dahorak when you have time, could you check which option (include_tasks vs import_tasks) makes more sense and create a pull request? |
Ansible 2.6 no longer complains about this. Eh. |
Actually it's still there, next version of ansible won't have
|
Ansible in version 2.4 consider
include
statement as deprecated and suggest to to useimport_playbook
instead.The text was updated successfully, but these errors were encountered: