removed wrong task for role
parent
f1adba90e9
commit
9ae7bd3272
|
@ -22,8 +22,3 @@
|
||||||
- /usr/local/bin/btr_scrub.sh
|
- /usr/local/bin/btr_scrub.sh
|
||||||
- /usr/local/bin/fs_trim.sh
|
- /usr/local/bin/fs_trim.sh
|
||||||
when: ansible_distribution == "Alpine" and alpine_mode in ["diskless", "data"]
|
when: ansible_distribution == "Alpine" and alpine_mode in ["diskless", "data"]
|
||||||
|
|
||||||
- name: copy btrbk config
|
|
||||||
copy:
|
|
||||||
src: "host_files/btrbk/{{ ansible_hostname }}/btrbk.conf"
|
|
||||||
dest: /etc/btrbk/btrbk.conf
|
|
||||||
|
|
Loading…
Reference in New Issue