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

ansible-playbooks/general#72 Replace all include with include_tasks

parent d13cec8e
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@
- block:
- name: "Install Certs"
include: '../../letsencrypt/tasks/cert.yml'
include_tasks: '../../letsencrypt/tasks/cert.yml'
with_items: '{{ youtrack_settings|default([]) }}'
loop_control:
loop_var: domain
......@@ -20,7 +20,7 @@
- block:
- name: "Install"
include: 'install.yml'
include_tasks: '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.
Please register or to comment