Skip to content
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

Change include: to include_tasks: for compatibility with ansible 2.18 #39

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

qume
Copy link

@qume qume commented May 28, 2024

To avoid the following error:

ERROR! [DEPRECATED]: ansible.builtin.include has been removed. Use include_tasks or import_tasks instead. This feature was rem
oved from ansible-core in a release after 2023-05-16. Please update your playbooks.

qume added 2 commits May 28, 2024 13:54
Switch from include: to include_tasks: to avoid the following error: 

ERROR! [DEPRECATED]: ansible.builtin.include has been removed. Use include_tasks or import_tasks instead. This feature was removed from ansible-core in a release after 2023-05-16. Please update your playbooks.
@sbesson sbesson requested review from jburel and khaledk2 May 28, 2024 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants