Skip to content

Commit

Permalink
Merge pull request sylvainar#5 from rthouvenin/diagnosis
Browse files Browse the repository at this point in the history
Run diagnosis before installing certificates
  • Loading branch information
sylvainar authored Nov 16, 2020
2 parents 5657628 + 74756e9 commit 7ff0acd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
include: domains.yml
when: yunohost.extra_domains

- name: Run diagnosis # Required to install certificates
shell: yunohost diagnosis run

- name: Install certificates
shell: yunohost domain cert-install
changed_when: False
Expand Down

0 comments on commit 7ff0acd

Please sign in to comment.