adf964481e
Remove the outdated ansible-pip-str.py and rely directly on ANSIBLE_PIP_VERSION to set the installed version of ansible. Change-Id: I105b85595cfea101bdb747113721536f4a3ef93a
7 lines
270 B
YAML
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. |