From 3e2350757706489038663d1e1f5bc1b49f4775f1 Mon Sep 17 00:00:00 2001 From: Arthur BOUDREAULT <boudreaultarthur@ik.me> Date: Fri, 8 Oct 2021 16:23:52 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8Frefactor:=20Useless=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default/main.yml | 6 +++--- tasks/main.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/default/main.yml b/default/main.yml index 5613ae1..6b530b2 100644 --- a/default/main.yml +++ b/default/main.yml @@ -21,6 +21,6 @@ ynh_users: ~ ynh_apps: ~ # - label: Tiny Tiny RSS # Label is important, it's a reference for the Playbook. # link: ttrss # It can be the name of an official ynh app or a git repo link - # args: # Provide args here. Path and domain are mandatory, other args depend on the app (cf manifest.json of app). - # path: /ttrss - # domain: domain.tld \ No newline at end of file + # args: # Provide args here. Domain and path are mandatory, other args depend on the app (cf manifest.json of app). + # domain: domain.tld + # path: /ttrss \ No newline at end of file diff --git a/tasks/main.yml b/tasks/main.yml index 9353a8c..604f584 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -33,7 +33,7 @@ ansible.builtin.include: domains.yml when: ynh_extra_domains -- name: Run first Yunohost diagnosis # Required to install certificates +- name: Run first Yunohost diagnosis ansible.builtin.shell: yunohost diagnosis run - name: Install domain certificates -- GitLab