dresden-weekly / ansible-network-interfaces

Ansible roles to manage Ubuntu network interface configuration
MIT License
86 stars 62 forks source link

fix deprecated syntax for includes #70

Closed davidcam-nwse closed 3 weeks ago

davidcam-nwse commented 3 weeks ago

Changes:

Reason:

Ansible gives an error when using this module as it is currently.

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 fixes it and makes it work with recent Ansible (i.e.: 10.x) again.