ssh_known_hosts: ansible-lint fixes
This commit is contained in:
parent
fe9be3b30c
commit
a61b7c92e3
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: create ssh known_hosts
|
||||
template:
|
||||
- name: Create SSH known_hosts
|
||||
ansible.builtin.template:
|
||||
dest: /etc/ssh/ssh_known_hosts
|
||||
src: ssh_known_hosts.j2
|
||||
mode: 0644
|
||||
|
|
Loading…
Add table
Reference in a new issue