Housekeeping

This commit is contained in:
Danny Bessems 2022-06-27 15:33:49 +02:00
parent 4c054cc434
commit c491066384
1 changed files with 2 additions and 5 deletions

View File

@ -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