Rename bootstrap ansible to install

The bootstrap was confusing.

Signed-off-by: Sébastien Han <seb@redhat.com>
pull/275/head
Sébastien Han 2015-06-09 16:06:54 +02:00
parent f732412901
commit 1a9ddb5a26
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#!/bin/bash #!/bin/bash
#
# THIS SCRIPT INSTALLS ANSIBLE
if [[ $EUID -ne 0 ]]; then if [[ $EUID -ne 0 ]]; then
echo "You are NOT running this script as root." echo "You are NOT running this script as root."