From fcf734b1262c8dc3d37c8bbdeb657e45d836ec6e Mon Sep 17 00:00:00 2001 From: Arthur BOUDREAULT <boudreaultarthur@ik.me> Date: Wed, 13 Oct 2021 12:08:19 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=85fix:=20[201]=20Trailing=20whitespace?= =?UTF-8?q?=20REMOVED?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/apps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/apps.yml b/tasks/apps.yml index bf55203..7fd6821 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() -- GitLab