- name: Zero-out disk ansible.builtin.shell: cmd: nice -n 10 dd bs=1M count=$(df -m . | awk '/[0-9]%/{print $(NF-2)}') if=/dev/zero of=./zero; sync; sync; rm -f ./zero chdir: /opt/metacluster