Fix certbot command task arguments
This commit is contained in:
parent
a36f64b8d2
commit
ea5871859f
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@
|
||||||
{{ cert.challenge_freeform_arguments }}
|
{{ cert.challenge_freeform_arguments }}
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
creates: "/etc/letsencrypt/live/{{ name }}/fullchain.pem"
|
args:
|
||||||
|
creates: "/etc/letsencrypt/live/{{ name }}/fullchain.pem"
|
||||||
vars:
|
vars:
|
||||||
name: "{{ item.key }}"
|
name: "{{ item.key }}"
|
||||||
cert: "{{ item.value }}"
|
cert: "{{ item.value }}"
|
||||||
|
|
Loading…
Reference in a new issue