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
Commit fcf734b1 authored by Arthur BOUDREAULT's avatar Arthur BOUDREAULT
Browse files

:white_check_mark:fix: [201] Trailing whitespace REMOVED

parent abe8ccb9
No related branches found
No related tags found
1 merge request!5✅Resolve "fix: ci lint"
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
......@@ -10,7 +10,7 @@
- name: Install yunohost apps
ansible.builtin.command: yunohost app install {{ item.link }} \
--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 %}"
with_items: "{{ ynh_apps }}"
when: item.label not in ynh_installed_apps.values()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment