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