ansible-role-chrome
ansible-role-chrome copied to clipboard
Convert `include` to `include_tasks` for ansible-core 2.16 compatibility
Trying to use the role with Ansible 9 (using ansible-core
2.16), I get an 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.
This PR should fix it.
@cmprescott can we try to merge it? It's blocking me from upgrading to Ansible 9.
I see it's actually the same as #9 by @petrzpav, It's almost two years old and I wonder why it's not merged