Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

:white_check_mark:Resolve "ansible include module is to be deprecated"

Merged Arthur BOUDREAULT requested to merge 14-ansible-include-module-is-to-be-deprecated into master
All threads resolved!
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -30,7 +30,7 @@
when: ynh_file_install.stat.exists == False
- name: Create extra domains
ansible.builtin.include: domains.yml
ansible.builtin.include_tasks: domains.yml
when: ynh_extra_domains
- name: Run first Yunohost diagnosis
@@ -41,9 +41,9 @@
changed_when: False
- name: Add Yunohost users
ansible.builtin.include: users.yml
ansible.builtin.include_tasks: users.yml
when: ynh_users
- name: Install Yunohost apps
ansible.builtin.include: apps.yml
ansible.builtin.include_tasks: apps.yml
when: ynh_apps
Loading