mirror of https://github.com/ceph/ceph-ansible.git
parent
7a008a7722
commit
5b0501b8e0
|
@ -19,6 +19,7 @@ if [[ -x $(which lsb_release 2>/dev/null) ]]; then
|
|||
mkdir /etc/ansible
|
||||
elif [[ "Ubuntu" =~ $os_VENDOR ]]; then
|
||||
apt-get install -y ansible
|
||||
fi
|
||||
elif [[ -r /etc/redhat-release ]]; then
|
||||
yum install -y ansible
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue