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 }}
|
||||
|
||||
{% endif %}
|
||||
creates: "/etc/letsencrypt/live/{{ name }}/fullchain.pem"
|
||||
args:
|
||||
creates: "/etc/letsencrypt/live/{{ name }}/fullchain.pem"
|
||||
vars:
|
||||
name: "{{ item.key }}"
|
||||
cert: "{{ item.value }}"
|
||||
|
|
Loading…
Reference in a new issue