1
0
Fork 0
ynh-lydra-ansible-yunohost/tasks
Arthur BOUDREAULT 39bd859070 ♻refactor: using latest ansible module to be more future-proof and support latest ansible versions
Ansible-lint:
```
Include has some unintuitive behaviours depending on if it is running in a static or dynamic in play or in playbook context, in an effort to clarify behaviours we are moving to a new set modules (ansible.builtin.include_tasks, ansible.builtin.include_role, ansible.builtin.import_playbook, ansible.builtin.import_tasks) that have well established and clear behaviours.
This module will still be supported for some time but we are looking at deprecating it in the near future.
```

Fix: I have decided to go for ansible include_tasks module because it is more versatile and on a par with this module (for more info about differences between new modules, see [here](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/include_module.html)
2021-10-12 14:34:35 +00:00
..
apps.yml ♻refactor: Command ansible module across the repo for better security 2021-10-12 14:00:56 +00:00
domains.yml ♻refactor: Command ansible module across the repo for better security 2021-10-12 14:00:56 +00:00
main.yml ♻refactor: using latest ansible module to be more future-proof and support latest ansible versions 2021-10-12 14:34:35 +00:00
users.yml ♻refactor: Command ansible module across the repo for better security 2021-10-12 14:00:56 +00:00