mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #275 from ceph/rename-install-ansible
Rename bootstrap ansible to installpull/276/head
commit
29e25de992
|
@ -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