mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
bump centos to ansible 2.4.0
This commit is contained in:
parent
2203107f85
commit
e0a13501c0
1 changed files with 2 additions and 1 deletions
|
@ -42,8 +42,9 @@ fi
|
|||
if [ -f /etc/centos-release ]; then
|
||||
yum -y upgrade
|
||||
yum -y install ca-certificates nss epel-release
|
||||
yum -y install ansible git bzip2 file findutils gzip hg svn sudo tar which unzip xz zip libselinux-python
|
||||
yum -y install git bzip2 file findutils gzip hg svn sudo tar which unzip xz zip libselinux-python
|
||||
yum -y install python-pip python-setuptools python-wheel patch
|
||||
yum -y install http://releases.ansible.com/ansible/rpm/release/epel-7-x86_64/ansible-2.4.0.0-1.el7.ans.noarch.rpm
|
||||
FOUND="yes"
|
||||
FAMILY="redhat"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue