Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Unverified Commit 7ff0acd8 authored by Sylvain Arnouts's avatar Sylvain Arnouts Committed by GitHub
Browse files

Merge pull request #5 from rthouvenin/diagnosis

Run diagnosis before installing certificates
parents 56576288 74756e93
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,9 @@ ...@@ -34,6 +34,9 @@
include: domains.yml include: domains.yml
when: yunohost.extra_domains when: yunohost.extra_domains
- name: Run diagnosis # Required to install certificates
shell: yunohost diagnosis run
- name: Install certificates - name: Install certificates
shell: yunohost domain cert-install shell: yunohost domain cert-install
changed_when: False changed_when: False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment