2aa35cd95d
In order to make it easier to differentiate between the lists of python packages, distribution packages, downloaded packages, package pins and other similar variables the variable names are being changed to ensure that they have a more explicit suffix that defines the purpose and makes the naming more consistent. This is to facilitate a lookup plugin which will be able to look up all the package lists and present them as a consolidated piece of data which may be used for artifact preparation. Change-Id: Ib7e0d248ca50198ed3d3b5623feafdad26f5df63
7 lines
142 B
YAML
7 lines
142 B
YAML
- name: Install pip and lock it down
|
|
hosts: host_name
|
|
user: root
|
|
roles:
|
|
- role: "pip_install"
|
|
pip_lock_to_internal_repo: True
|