~xenrox/ansible

5e3b951dca11259951a035680272381d433a05e8 — Thorben Günther 2 years ago d0f6125
ssh: Fix folder permissions

With the old permissions my user could not read the file and would not
respect my ssh configuration (e.g. HashKnownHosts).
1 files changed, 1 insertions(+), 1 deletions(-)

M roles/ssh/tasks/main.yml
M roles/ssh/tasks/main.yml => roles/ssh/tasks/main.yml +1 -1
@@ 20,4 20,4 @@
- name: set file permissions
  ansible.builtin.file:
    path: /etc/ssh
    mode: 0600
    mode: 0755