Merge pull request #5 from rthouvenin/diagnosis
Run diagnosis before installing certificates
This commit is contained in:
commit
7ff0acd823
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue