mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-01-25 13:00
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
shell: ls -1 /etc/ssh/authorized_keys | xargs -n1 basename
|
||||
register: existing_ssh_keys
|
||||
changed_when: False
|
||||
failed_when: False # The task can fail if there's no key yet
|
||||
tags: ssh
|
||||
|
||||
- name: Remove unmanaged ssh keys
|
||||
|
Reference in New Issue
Block a user