This will fix the Deprecation warning: "ansible.builtin.include has been removed"
Currently Ansible runs are breaking with:
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 will fix the Deprecation warning: "ansible.builtin.include has been removed"
Currently Ansible runs are breaking with:
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.