roles/copr/certbot: the trailing comma in webroot path isn't needed

This commit is contained in:
Pavel Raiskup 2019-07-19 13:12:22 +02:00
parent af27dcf05e
commit 6f35839b9e

View file

@ -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