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

ansible-playbooks/general#85 Bug fixes from regex search & replace

parent 2fb1beaa
Branches
No related tags found
No related merge requests found
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
- name: User keys - name: User keys
include_tasks: user_keys.yml include_tasks: user_keys.yml
with_flattened: with_flattened:
- '{{( admins }})' - '{{ admins }}'
- '{{( jailusers }})' - '{{ jailusers }}'
loop_control: loop_control:
loop_var: username loop_var: username
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment