From 62f1408c9d176dc39ad438dec87b39a9aec4f078 Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Tue, 18 Oct 2016 11:22:16 -0400 Subject: [PATCH] Ansible is now desired on the appliances --- scripts/cleanup.sh | 3 --- 1 file changed, 3 deletions(-) mode change 100644 => 100755 scripts/cleanup.sh 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