Investigate why the 'state' does not as expected.
This commit is contained in:
parent
0441efcfca
commit
9c56ea11ca
|
@ -58,7 +58,7 @@
|
|||
remove: "{{ item.remove_data | default(false) }}"
|
||||
force: true
|
||||
loop: '{{ users_system_users }}'
|
||||
no_log: true
|
||||
no_log: false
|
||||
|
||||
- name: Ensure that the users can login with their ssh keys
|
||||
ansible.posix.authorized_key:
|
||||
|
@ -100,7 +100,7 @@
|
|||
remove: "{{ item.remove_data | default(false) }}"
|
||||
force: true
|
||||
loop: '{{ users_system_users_adjunct }}'
|
||||
no_log: true
|
||||
no_log: false
|
||||
|
||||
- name: Ensure that the additional users can login with their ssh keys
|
||||
ansible.posix.authorized_key:
|
||||
|
|
Loading…
Reference in New Issue