diff --git a/scripts/cleanup.sh b/scripts/cleanup.sh old mode 100644 new mode 100755 index 0eff8cb..b995cf0 --- a/scripts/cleanup.sh +++ b/scripts/cleanup.sh @@ -1,8 +1,5 @@ #!/bin/bash -eux -# Remove Ansible and its dependencies. -yum -y remove ansible - # Zero out the rest of the free space using dd, then delete the written file. dd if=/dev/zero of=/EMPTY bs=1M rm -f /EMPTY