mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Fix lint warning
This commit is contained in:
parent
1fa9de6ada
commit
7ac32bda33
@ -9,8 +9,8 @@
|
|||||||
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: true
|
||||||
check_mode: yes
|
check_mode: true
|
||||||
register: letsencrypt_cert_contents
|
register: letsencrypt_cert_contents
|
||||||
when: letsencrypt_cert_exists.stat.exists
|
when: letsencrypt_cert_exists.stat.exists
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user