install git fetch key to root, too

This commit is contained in:
2022-02-20 01:27:00 +01:00
parent 31836fe8cf
commit 930acff799

View File

@@ -26,7 +26,7 @@
- name: users | root | install private ssh keys
blockinfile:
dest: "/home/root/.ssh/{{ item.dest }}"
dest: "/root/.ssh/{{ item.dest }}"
create: true
block: |
{{ lookup('file',item.src) }}