[FIX] sshd_config broken with root only and centos sftp
This commit is contained in:
parent
4c11ea5dfe
commit
11174830cf
2 changed files with 10 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue