This commit is contained in:
Yoan Tournade 2019-01-18 11:22:21 +01:00
parent e079338ace
commit 1fa9de6ada
No known key found for this signature in database
GPG Key ID: C6A3FAA68AE36EB4

View File

@ -6,7 +6,7 @@
- name: Check if certificate domain list has changed.
lineinfile:
path: /etc/letsencrypt/domains-{{ cert_item.domains | first | replace('*.', '' }}.json
path: /etc/letsencrypt/domains-{{ cert_item.domains | first | replace('*.', '') }}.json
line: " {{ cert_item.domains | to_json }}"
state: present
create: yes