Remove ansible-base when upgrading ansible
The remaining ansible-base package can also block clean ansible upgrade. Change-Id: I8cda293b52c164c77678fc3b0535b01b57623e62
This commit is contained in:
parent
dae1495861
commit
0f79637041
@ -24,6 +24,7 @@ echo "Installing/upgrading Ansible"
|
||||
ANSIBLE=${VENV}/bin/ansible
|
||||
if [ -f "$ANSIBLE" ]; then
|
||||
${PIP} uninstall -y ansible
|
||||
${PIP} uninstall -y ansible-base
|
||||
fi
|
||||
${PIP} install "${ANSIBLE_SOURCE_PATH}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user