fixed syntax error

This commit is contained in:
nd 2019-11-01 19:41:52 +01:00
parent 313452f5e2
commit 28ed56db17
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -35,7 +35,7 @@
loop: "{{ certificates.backends.letsencrypt.challangeserver|product(challenge.challenge_data.keys()|list)|list }}"
copy:
dest: "/var/www/letsencrypt/{{ challenge.challenge_data[item.1]['http-01'].resource | basename }}"
content: "{{ challenge.challenge_data.[item.1]['http-01'].resource_value }}"
content: "{{ challenge.challenge_data[item.1]['http-01'].resource_value }}"
- name: "get certificate {{ certname }}"
acme_certificate: