mirror of https://github.com/ceph/ceph-ansible.git
Rename bootstrap ansible to install
The bootstrap was confusing. Signed-off-by: Sébastien Han <seb@redhat.com>pull/275/head
parent
f732412901
commit
1a9ddb5a26
|
@ -1,4 +1,6 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# THIS SCRIPT INSTALLS ANSIBLE
|
||||
|
||||
if [[ $EUID -ne 0 ]]; then
|
||||
echo "You are NOT running this script as root."
|
Loading…
Reference in New Issue