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

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

parent f24dcdef
Branches
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@
when: item.jail is defined and (limit_site is not defined or item.id is not defined or limit_site == item.id)
- name: "Init Jails"
include: initjail.yml
include_tasks: initjail.yml
with_items: '{{ drupal_settings|default([]) }}'
loop_control:
loop_var: drupal
......@@ -163,7 +163,7 @@
- 'shells'
- name: "Init Users"
include: initjailusers.yml
include_tasks: initjailusers.yml
with_flattened:
- '{{ admins }}'
- '{{ jailusers }}'
......@@ -196,7 +196,7 @@
mode='644'
- name: "Update Jails"
include: updatejail.yml
include_tasks: updatejail.yml
with_items: '{{ drupal_settings|default([]) }}'
loop_control:
loop_var: drupal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment