Add the ability to specify a list of users for whom a PyPI mirror should be configured for commands such as `pip`. This is accomplished by installing a couple of configuration files in each user's home directory. Change-Id: I21304b32c0c686c8dde2e3e1c0d2e2cd07af1eef Story: 2003315
7 lines
146 B
YAML
7 lines
146 B
YAML
---
|
|
- include_tasks: pip_local_mirror.yml
|
|
loop: "{{ pip_applicable_users }}"
|
|
loop_control:
|
|
loop_var: user
|
|
when: pip_local_mirror | bool
|