threatstack / threatstack-ansible

Ansible for installing Threatstack Agent
https://www.threatstack.com
MIT License
23 stars 17 forks source link

Issue with ansible.builtin.include #92

Closed harsha-chamarthi closed 6 months ago

harsha-chamarthi commented 6 months ago

I am getting the below error when i am installing on Ubuntu 22.04

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.

Is it possible to replace include with include_tasks ?

olhado commented 6 months ago

Hi @harsha-chamarthi ,

Could you also email support so we can link this issue with your company account?

Thanks!

harsha-chamarthi commented 6 months ago

@olhado We have emailed support and they repsonded that it will be directed to the team which maintains the ansible role.

harsha-chamarthi commented 6 months ago

@olhado For now i am reverting to using a older version ansible-core 2.12 as a workaround. But you might have to update the playbook to support more latest versions of ansible in the future.