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

Replace deprecated "include" directive in Ansible 2.4

parent 8cad52b0
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,4 @@
when: youtrack.jail is defined
tags: always
- include: 'apache.yml'
- include_tasks: 'apache.yml'
......@@ -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