Overhaul local user management
Fix user deletion on removal/reassignment Improve efficiency and cross platform support
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
state: directory
|
||||
path: /home/{{ item.name }}/.ssh
|
||||
loop: "{{ local_users | difference([None]) }}"
|
||||
|
||||
- name: Put keys on remote
|
||||
when: item.keys != []
|
||||
authorized_key:
|
||||
|
||||
Reference in New Issue
Block a user