corrected path

This commit is contained in:
2022-02-20 01:32:39 +01:00
parent bc35d8383a
commit ef8c01d82c

View File

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