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

ansible.builtin.include has been removed Error while installing docker role #443

Open
bettaps opened this issue Jan 22, 2024 · 1 comment

Comments

@bettaps
Copy link

bettaps commented Jan 22, 2024

Hello,
I am using version: 7.0.2 and everytime i install this role, i get this error:
TASK [docker : include_tasks] ******************************************************************************************************************************************************
task path: ~/.ansible/roles/docker/tasks/main.yml:97
skipping: [206.247.123.29] => {"changed": false, "false_condition": "at_least_one_user_to_modify is defined", "skip_reason": "Conditional result was False"}
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 playbook

I have checked the repo and 'include' has not been used anywhere.
Ansible version: ansible [core 2.16.2]

Could you please help me out here ?

@bettaps bettaps changed the title ansible.builtin.include has been removed Erro while installing docker role ansible.builtin.include has been removed Error while installing docker role Jan 22, 2024
@brunick
Copy link

brunick commented Apr 18, 2024

Hi @bettaps,
are you sure the error is out of the docker role? i've had the same error but tracked it down to a include in a task that followed the docker role.

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

No branches or pull requests

2 participants