1
0
Fork 0

Run diagnosis before installing certificates #4

This commit is contained in:
Romain Thouvenin 2020-11-16 07:52:20 +01:00
parent 5657628845
commit 74756e93f4

View file

@ -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