1
0
Fork 0

Merge pull request #5 from rthouvenin/diagnosis

Run diagnosis before installing certificates
This commit is contained in:
Sylvain Arnouts 2020-11-16 13:51:44 +01:00 committed by GitHub
commit 7ff0acd823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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