Update to 2022-01-25 13:00

This commit is contained in:
Daniel Berteaud
2022-01-25 13:00:05 +01:00
parent bc89de8f63
commit 44ee2cb941
3 changed files with 25 additions and 0 deletions

View File

@@ -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