mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
--allow-downgrades
This commit is contained in:
parent
5c8b895837
commit
fa43e25816
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ if [ ! -f /etc/centos-release ] && [ ! -f /etc/fedora-release ] && [ ! -f /etc/o
|
|||
# Align IIAB with Ansible community's latest official release
|
||||
echo "Using apt to check for updates, then install/upgrade ansible"
|
||||
apt update
|
||||
apt -y install ansible=2.4*
|
||||
apt -y --allow-downgrades install ansible=2.4*
|
||||
|
||||
# TEMPORARILY USE ANSIBLE 2.4.4 (REMOVE IT WITH "pip uninstall ansible")
|
||||
#pip install ansible==2.4.4
|
||||
|
|
Loading…
Add table
Reference in a new issue