roles/copr/certbot: the trailing comma in webroot path isn't needed
This commit is contained in:
parent
af27dcf05e
commit
6f35839b9e
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
ini_file: dest="/etc/letsencrypt/renewal/{{ item.item.key }}.conf"
|
||||
section=renewalparams
|
||||
option=webroot_path
|
||||
value="{{ item.item.value.challenge_dir }},"
|
||||
value="{{ item.item.value.challenge_dir }}"
|
||||
with_items: "{{ le_stat_checks.results }}"
|
||||
|
||||
- name: post init script
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue