mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-10-19 17:00
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user