lvps / 389ds-server

Ansible role to configure 389DS
Apache License 2.0
23 stars 14 forks source link

ansible.builtin.include is deprecated #39

Closed resposit closed 9 months ago

resposit commented 10 months ago

Hello, new versions of Ansible (I'm on 2.16) no longer allow the use of ansible.builtin.include. Could you please update the role with include_tasks or import_tasks ?

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.

lvps commented 10 months ago

Hello, can you send me a pull request? Thanks