mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update ansible-2.6.x
This commit is contained in:
parent
eee5183eeb
commit
d1690b7a41
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ if [ ! `command -v ansible-playbook` ]; then # "command -v" is POSIX compliant
|
|||
# Parens are optional, but greatly clarify :)
|
||||
elif (grep -qi ubuntu /etc/lsb-release 2> /dev/null) || (grep -qi ubuntu /etc/os-release); then
|
||||
#apt -y install python-pip python-setuptools python-wheel patch
|
||||
apt install software-properties-common
|
||||
apt -y install software-properties-common
|
||||
#apt-add-repository -y ppa:ansible/ansible
|
||||
apt-add-repository -y ppa:ansible/ansible-2.6
|
||||
# elif UBUNTU MUST REMAIN ABOVE (as Ubuntu ALSO contains /etc/debian_version, which would trigger the line just below)
|
||||
|
|
Loading…
Add table
Reference in a new issue