|
|
@ -10,6 +10,7 @@
|
|
|
|
args:
|
|
|
|
args:
|
|
|
|
chdir: "~/.acme.sh"
|
|
|
|
chdir: "~/.acme.sh"
|
|
|
|
register: acme_issue_result
|
|
|
|
register: acme_issue_result
|
|
|
|
|
|
|
|
changed_when: acme_issue_result.rc != 2 or "Domains not changed" not in acme_issue_result.stdout
|
|
|
|
failed_when: acme_issue_result.rc != 0 and "Domains not changed" not in acme_issue_result.stdout
|
|
|
|
failed_when: acme_issue_result.rc != 0 and "Domains not changed" not in acme_issue_result.stdout
|
|
|
|
|
|
|
|
|
|
|
|
- name: "Install certificate for {{ domain }}"
|
|
|
|
- name: "Install certificate for {{ domain }}"
|
|
|
|