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 @@ ...@@ -8,7 +8,7 @@
- block: - block:
- name: "Reset all hosts" - name: "Reset all hosts"
include: reset.yml include_tasks: reset.yml
with_items: '{{ groups.all }}' with_items: '{{ groups.all }}'
loop_control: loop_control:
loop_var: hostname loop_var: hostname
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
tags: 'Keys' tags: 'Keys'
- name: "User keys" - name: "User keys"
include: user_keys.yml include_tasks: user_keys.yml
with_flattened: with_flattened:
- '{{ admins }}' - '{{ admins }}'
- '{{ jailusers }}' - '{{ jailusers }}'
......
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