Fix lint warning

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

@ -9,8 +9,8 @@
path: /etc/letsencrypt/domains-{{ cert_item.domains | first | replace('*.', '') }}.json
line: " {{ cert_item.domains | to_json }}"
state: present
create: yes
check_mode: yes
create: true
check_mode: true
register: letsencrypt_cert_contents
when: letsencrypt_cert_exists.stat.exists

Loading…
Cancel
Save