Skip to content
Snippets Groups Projects
Commit 99d7693f authored by jurgenhaas's avatar jurgenhaas
Browse files

Replace include_tasks with include again if used in a loop

parent 2e8de04d
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
- block:
- name: "Install Certs"
include_tasks: '../../letsencrypt/tasks/cert.yml'
include: '../../letsencrypt/tasks/cert.yml'
with_items: '{{ proxy_certificates|default([]) }}'
loop_control:
loop_var: domain
......
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