mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update ansible
This commit is contained in:
parent
d82e7111a7
commit
da2dd86732
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ else
|
|||
echo "Currently installed Ansible version is: $CURR_VER"
|
||||
echo -e "INTERNET-IN-A-BOX GENERALLY REQUIRES ANSIBLE VERSION: $GOOD_VER or higher\n"
|
||||
if [ -f /etc/centos-release ] || [ -f /etc/fedora-release ]; then
|
||||
echo "Please use your system's package manager (or pip if necessary) to update Ansible."
|
||||
echo "Please use your system's package manager (or pip if nec) to update Ansible."
|
||||
exit 0
|
||||
elif [ -f /etc/olpc-release ]; then
|
||||
echo "Please use pip package manager to update Ansible."
|
||||
|
|
Loading…
Add table
Reference in a new issue