bifrost/releasenotes/notes/explicit-ansible-version-d4052b4900faba99.yaml
Riccardo Pittau adf964481e Explicitely set ansible version to use
Remove the outdated ansible-pip-str.py and rely directly on
ANSIBLE_PIP_VERSION to set the installed version of ansible.

Change-Id: I105b85595cfea101bdb747113721536f4a3ef93a
2020-03-06 14:49:24 +01:00

7 lines
270 B
YAML

---
upgrade:
- |
Define a default ansible version to install using DEFAULT_PIP_ANSIBLE
variable, but allow override it either using a schema understood by pip
using ANSIBLE_PIP_VERSION, or setting a local path or a remote url using
ANSIBLE_SOURCE_PATH.