From 373241c8cb079da4c5ca098ffda8dce81bede383 Mon Sep 17 00:00:00 2001
From: Christophe Chaudier <christophe@lydra.fr>
Date: Wed, 13 Oct 2021 12:59:17 +0000
Subject: [PATCH] Apply 2 suggestion(s) to 2 file(s)

---
 tasks/apps.yml | 3 +--
 tasks/main.yml | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/tasks/apps.yml b/tasks/apps.yml
index 7fd6821..6d2fb0c 100644
--- a/tasks/apps.yml
+++ b/tasks/apps.yml
@@ -10,7 +10,6 @@
 - 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
-    }}{% if not loop.last %}&{% endif %}{% endfor %}"
+     --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()
diff --git a/tasks/main.yml b/tasks/main.yml
index 86b9ef5..1719b05 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -26,7 +26,7 @@
     yunohost tools postinstall \
       --domain "{{ ynh_main_domain }}" \
       --password "{{ ynh_admin_password }}" \
-      {% if ynh_ignore_dyndns_server is true %} --ignore-dyndns {% endif %}
+      {% if ynh_ignore_dyndns_server %} --ignore-dyndns {% endif %}
   when: not ynh_file_install.stat.exists
 
 - name: Create extra domains
-- 
GitLab