Skip to content

Commit

Permalink
Update ansible script for simpler installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed May 27, 2016
1 parent d8abfa4 commit 2aa0e54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/cleanup.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/bash -eux

# Remove Ansible and its dependencies.
pip freeze | grep -v "^-e" | xargs pip uninstall -y
yum -y remove git python-setuptools gcc libffi-devel python-devel openssl-devel
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
Expand Down

0 comments on commit 2aa0e54

Please sign in to comment.