install git fetch key to root, too
This commit is contained in:
@@ -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) }}
|
||||
|
||||
Reference in New Issue
Block a user