This commit is contained in:
Vincent V.d Kussen 2018-08-17 20:37:45 +02:00
parent 935d660a1d
commit c1ab857680
5 changed files with 205 additions and 58 deletions

View file

@ -16,7 +16,7 @@
uid: "{{ item.uid | default(omit) }}"
shell: "{{ item.shell | default(default_shell) }}"
append: yes
#no_log: True
no_log: True
with_items: "{{ users }}"