You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This role's main.yml file uses ansible.builtin.include statements, which have been deprecated and removed in version 2.16. Trying this with a recent ansible version yields
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.
Simply replacing include with include_tasks works perfectly fine.
The text was updated successfully, but these errors were encountered:
This role's
main.yml
file usesansible.builtin.include
statements, which have been deprecated and removed in version 2.16. Trying this with a recent ansible version yieldsSimply replacing
include
withinclude_tasks
works perfectly fine.The text was updated successfully, but these errors were encountered: