jnv / ansible-role-unattended-upgrades

[DEPRECATED] Setup unattended-upgrades on Debian-based systems
https://github.com/jnv/ansible-role-unattended-upgrades/issues/98
GNU General Public License v2.0
272 stars 94 forks source link

chore(includes): fixed deprecated include with include_tasks #100

Closed rwxd closed 2 years ago

rwxd commented 2 years ago

Hi, I switched include with include_tasks, because include is deprecated.

[DEPRECATION WARNING]: "include" is deprecated, use include_tasks/import_tasks/import_playbook instead. This feature will be removed in version 2.16. Deprecation warnings can be
disabled by setting deprecation_warnings=False in ansible.cfg.

Thanks for your ansible role :)

rwxd commented 2 years ago

Did not read the deprecated message