[FIX] sshd_config broken with root only and centos sftp

This commit is contained in:
Jannik Beyerstedt 2020-03-08 18:00:06 +01:00
parent 4c11ea5dfe
commit 11174830cf
2 changed files with 10 additions and 2 deletions

View file

@ -4,8 +4,8 @@
# SSH
- name: setup - Copy sshd_config
become: yes
copy:
src: "{{ role_path }}/files/sshd_config"
template:
src: "{{ role_path }}/templates/sshd_config.j2"
dest: "/etc/ssh/sshd_config"
backup: yes
notify: