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

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

parent f707650c
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
- block:
- name: "Reset all hosts"
include: reset.yml
include_tasks: reset.yml
with_items: '{{ groups.all }}'
loop_control:
loop_var: hostname
......@@ -20,7 +20,7 @@
tags: 'Keys'
- name: "User keys"
include: user_keys.yml
include_tasks: user_keys.yml
with_flattened:
- '{{ admins }}'
- '{{ jailusers }}'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment