ff
This commit is contained in:
parent
255ba7672e
commit
45648dbc6b
1 changed files with 8 additions and 0 deletions
|
@ -19,6 +19,14 @@
|
|||
deb: "{{ sanoid_deb_url }}"
|
||||
state: present
|
||||
|
||||
- name: Overwrite syncoid script from package
|
||||
ansible.builtin.get_url:
|
||||
url: https://raw.githubusercontent.com/jimsalterjrs/sanoid/master/syncoid
|
||||
dest: /usr/bin/syncoid
|
||||
mode: '0755'
|
||||
owner: root
|
||||
group: root
|
||||
|
||||
- name: create sanoid directories
|
||||
become: true
|
||||
ansible.builtin.file:
|
||||
|
|
Loading…
Reference in a new issue