Fix indentation
This commit is contained in:
parent
3ea042452b
commit
0e26822735
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@
|
|||
|
||||
- name: Harden SSH, add kernel blacklist and hardening
|
||||
ansible.builtin.copy:
|
||||
src: '{{ item }}'
|
||||
dest: '/{{ item }}'
|
||||
src: '{{ item }}'
|
||||
dest: '/{{ item }}'
|
||||
mode: '0644'
|
||||
loop:
|
||||
- 'etc/ssh/ssh_config.d/10-custom.conf'
|
||||
|
|
Loading…
Reference in a new issue