diff --git a/tasks/apps.yml b/tasks/apps.yml index bf552033324e7a877e1999d72cbb1d606cff171c..7fd6821aa431dff97c56335b398fb76c90e77337 100644 --- a/tasks/apps.yml +++ b/tasks/apps.yml @@ -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()