Files
kayobe/ansible/roles/pip/tasks/main.yml
Nick Jones 1ee93450ca Support installing PyPI packages via a mirror
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
2018-09-05 08:36:18 +01:00

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