Fix lint warning

This commit is contained in:
Yoan Tournade
2019-01-18 11:37:01 +01:00
parent 1fa9de6ada
commit 7ac32bda33
+2 -2
View File
@@ -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