diff --git a/tasks/main.yml b/tasks/main.yml index 627ff73594451d520b8ff755ee5e7e1f1cb63ea5..576e4d1b0d413a8610ac9048bf31c37575423d99 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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 }}'