Fix certbot command task arguments

This commit is contained in:
s3lph 2021-04-26 00:37:40 +02:00
parent a36f64b8d2
commit ea5871859f

View file

@ -31,7 +31,8 @@
{{ cert.challenge_freeform_arguments }}
{% endif %}
creates: "/etc/letsencrypt/live/{{ name }}/fullchain.pem"
args:
creates: "/etc/letsencrypt/live/{{ name }}/fullchain.pem"
vars:
name: "{{ item.key }}"
cert: "{{ item.value }}"