Run diagnosis before installing certificates #4
This commit is contained in:
parent
5657628845
commit
74756e93f4
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