forked from Netz39_Admin/netz39-infra-ansible
Fix users role for users without SSH key
This commit is contained in:
parent
586fadc4fd
commit
e686bf4aa1
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
||||||
with_subelements:
|
with_subelements:
|
||||||
- "{{ users }}"
|
- "{{ users }}"
|
||||||
- ssh_pub
|
- ssh_pub
|
||||||
|
- skip_missing: True
|
||||||
|
|
||||||
- name: Place user in sudo group
|
- name: Place user in sudo group
|
||||||
user:
|
user:
|
||||||
|
|
Loading…
Reference in a new issue