Skip to content
Snippets Groups Projects
Commit 2f8f11da authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#18 Optimize include/loop for letsencrypt certificates

parent bdbf04df
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@
- name: "Install Certs"
include: '../../letsencrypt/tasks/cert.yml'
with_items: '{{ proxy_certificates_letsencrypt|default([]) }}'
loop_control:
loop_var: domain
- name: "Renew Existing Cert"
include: '../../letsencrypt/tasks/renew.yml'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment