ansible-role-chrome icon indicating copy to clipboard operation
ansible-role-chrome copied to clipboard

Convert `include` to `include_tasks` for ansible-core 2.16 compatibility

Open OrBin opened this issue 1 year ago • 2 comments

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.

OrBin avatar Nov 27 '23 22:11 OrBin

@cmprescott can we try to merge it? It's blocking me from upgrading to Ansible 9.

OrBin avatar Nov 30 '23 15:11 OrBin

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

OrBin avatar Dec 10 '23 21:12 OrBin