Skip to content
Snippets Groups Projects
Commit 75413955 authored by Hannes Braun's avatar Hannes Braun :upside_down:
Browse files

make absent_users default to empty list

parent c2d368d1
No related branches found
No related tags found
No related merge requests found
......@@ -7,5 +7,4 @@ human_users:
# ssh_key_file: "claussni.pub"
# ssh_key_url: https://git.slub-dresden.de/{{ name }}.keys
absent_users:
# - "dummy"
\ No newline at end of file
absent_users: []
\ No newline at end of file
......@@ -48,7 +48,6 @@
force: true
remove: true
with_items: "{{ absent_users }}"
ignore_errors: true
become: true
- name: Authorize personal SSH keys from file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment