pull/50/head
Yoan Tournade 6 years ago
parent e079338ace
commit 1fa9de6ada
No known key found for this signature in database
GPG Key ID: C6A3FAA68AE36EB4
  1. 2
      tasks/test-cert-exists.yml

@ -6,7 +6,7 @@
- name: Check if certificate domain list has changed. - name: Check if certificate domain list has changed.
lineinfile: 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 }}" line: " {{ cert_item.domains | to_json }}"
state: present state: present
create: yes create: yes

Loading…
Cancel
Save