Housekeeping
This commit is contained in:
parent
4c054cc434
commit
c491066384
@ -2,8 +2,5 @@
|
|||||||
import_tasks: k3s.yml
|
import_tasks: k3s.yml
|
||||||
- name: Pre-stage meta components
|
- name: Pre-stage meta components
|
||||||
import_tasks: components.yml
|
import_tasks: components.yml
|
||||||
|
- name: Cleanup
|
||||||
- ansible.builtin.shell:
|
import_tasks: cleanup.yml
|
||||||
cmd: dd bs=1M count=$(df -m . | awk '/[0-9]%/{print $(NF-2)}') if=/dev/zero of=./zero; sync; rm -f ./zero
|
|
||||||
chdir: /opt/metacluster
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user