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

Replace include_tasks with include again if used in a loop

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