install weir for zfssync and fix some writespace

This commit is contained in:
Andrew Wang 2022-02-05 01:16:08 -05:00
parent 81e49c21e9
commit 944553ffe8
3 changed files with 25 additions and 14 deletions

View File

@ -1,3 +1,14 @@
- name: install python3-pip
apt:
name: python3-pip
state: present
update_cache: yes
- name: install weir (for zfssync)
pip:
name: weir
executable: pip3
- name: copy cron job
copy:
src: "{{ role_path }}/templates/cron/csc-mirror"