ssh_known_hosts: ansible-lint fixes

This commit is contained in:
Timo Makinen 2022-10-29 18:11:03 +00:00
parent fe9be3b30c
commit a61b7c92e3

View file

@ -1,6 +1,6 @@
--- ---
- name: create ssh known_hosts - name: Create SSH known_hosts
template: ansible.builtin.template:
dest: /etc/ssh/ssh_known_hosts dest: /etc/ssh/ssh_known_hosts
src: ssh_known_hosts.j2 src: ssh_known_hosts.j2
mode: 0644 mode: 0644