mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Fix typo
This commit is contained in:
parent
e079338ace
commit
1fa9de6ada
@ -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…
x
Reference in New Issue
Block a user