Update to 2022-10-19 17:00

This commit is contained in:
Daniel Berteaud
2022-10-19 17:00:09 +02:00
parent 347d0c8590
commit 2c1b5706bd
20 changed files with 33 additions and 26 deletions

View File

@@ -68,6 +68,7 @@
- name: Ensure permissions and ownership on authorized_keys files
file:
path: /etc/ssh/authorized_keys/{{ item.name }}/authorized_keys
state: file
mode: 0600
owner: "{{ item.name }}"
when: item.ssh_keys is defined