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
|
- name: Harden SSH, add kernel blacklist and hardening
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: '{{ item }}'
|
src: '{{ item }}'
|
||||||
dest: '/{{ item }}'
|
dest: '/{{ item }}'
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
loop:
|
loop:
|
||||||
- 'etc/ssh/ssh_config.d/10-custom.conf'
|
- 'etc/ssh/ssh_config.d/10-custom.conf'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue