diff --git a/tasks/apps.yml b/tasks/apps.yml index 7fd6821aa431dff97c56335b398fb76c90e77337..6d2fb0cfe08cce999279ad777377b7f58ad569ac 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 86b9ef52999ca11438f1f0a759f4beae2de87d85..1719b05e03e432e16f8b1e1ec330365be34cb6f8 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