fix(borg): update roles/borg/tasks/main.yml
This commit is contained in:
parent
6ef859898c
commit
b6556cd18e
1 changed files with 8 additions and 0 deletions
|
|
@ -7,6 +7,14 @@
|
||||||
state: present
|
state: present
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
|
||||||
|
- name: Sentinel-Statistik-Push installieren
|
||||||
|
copy:
|
||||||
|
src: borg-sentinel-push.py
|
||||||
|
dest: /usr/local/bin/borg-sentinel-push
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: '0755'
|
||||||
|
|
||||||
- name: SSH Private Key deployen
|
- name: SSH Private Key deployen
|
||||||
copy:
|
copy:
|
||||||
src: id_rsa
|
src: id_rsa
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue