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 "fix: ci lint"

Merged Arthur BOUDREAULT requested to merge 12-ansible-test-when-is-smth-rather-than-smth into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -10,7 +10,7 @@
@@ -10,7 +10,7 @@
- name: Install yunohost apps
- name: Install yunohost apps
ansible.builtin.command: yunohost app install {{ item.link }} \
ansible.builtin.command: yunohost app install {{ item.link }} \
--label "{{ item.label }}" \
--label "{{ item.label }}" \
--args "{% for key, value in item.args.items() %}{{ key }}={{ value
--args "{% for key, value in item.args.items() %}{{ key }}={{ value
}}{% if not loop.last %}&{% endif %}{% endfor %}"
}}{% if not loop.last %}&{% endif %}{% endfor %}"
with_items: "{{ ynh_apps }}"
with_items: "{{ ynh_apps }}"
when: item.label not in ynh_installed_apps.values()
when: item.label not in ynh_installed_apps.values()
Loading