From 1a9ddb5a26f7af730c87890626e558a56842d24d Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Tue, 9 Jun 2015 16:06:54 +0200 Subject: [PATCH] Rename bootstrap ansible to install MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The bootstrap was confusing. Signed-off-by: Sébastien Han --- bootstrap-ansible.sh => install-ansible.sh | 2 ++ 1 file changed, 2 insertions(+) rename bootstrap-ansible.sh => install-ansible.sh (96%) diff --git a/bootstrap-ansible.sh b/install-ansible.sh similarity index 96% rename from bootstrap-ansible.sh rename to install-ansible.sh index 675097dff..041c0e20c 100644 --- a/bootstrap-ansible.sh +++ b/install-ansible.sh @@ -1,4 +1,6 @@ #!/bin/bash +# +# THIS SCRIPT INSTALLS ANSIBLE if [[ $EUID -ne 0 ]]; then echo "You are NOT running this script as root." -- 2.39.5