Fix permissions on ssh_config

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2020-10-11 20:43:06 +02:00
parent f6026af54d
commit 45e78f4a0c
No known key found for this signature in database
GPG key ID: 8535F3BCF69B3D69

View file

@ -10,6 +10,7 @@
template: template:
src: templates/ssh_config.j2 src: templates/ssh_config.j2
dest: ~/.ssh/config dest: ~/.ssh/config
mode: 0600
- name: Enable sshd - name: Enable sshd
systemd: systemd: