This commit is contained in:
2022-02-20 01:19:16 +01:00
parent 180ef572c8
commit 1ac6b3baa4
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
- name: users | root | install known_hosts
copy:
dest: "/home/root/.ssh/known_hosts"
src: "users/know_hosts"
src: "users/known_hosts"
backup: True
mode: '0600'
owner: 'root'