1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

Merge pull request #1103 from holta/ansible-2.6.4

Ansible fix/optimization for CentOS
This commit is contained in:
A Holt 2018-09-07 09:39:10 -04:00 committed by GitHub
commit 91dc2f8976
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ if [ -f /etc/olpc-release ]; then
pip install --upgrade pip setuptools wheel #EOL just do it
pip install ansible==$GOOD_VER --disable-pip-version-check
elif [ -f /etc/centos-release ]; then
yum install ansible
yum -y install ansible
# 2018-09-07: the next 4 lines aren't needed according to https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#latest-release-via-dnf-or-yum
# yum -y install ca-certificates nss epel-release
# yum -y install git bzip2 file findutils gzip hg svn sudo tar which unzip xz zip libselinux-python

View file

@ -38,7 +38,7 @@ if [ -f /etc/olpc-release ]; then
pip install --upgrade pip setuptools wheel #EOL just do it
pip install ansible==$GOOD_VER --disable-pip-version-check
elif [ -f /etc/centos-release ]; then
yum install ansible
yum -y install ansible
# 2018-09-07: the next 4 lines aren't needed according to https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#latest-release-via-dnf-or-yum
# yum -y install ca-certificates nss epel-release
# yum -y install git bzip2 file findutils gzip hg svn sudo tar which unzip xz zip libselinux-python