kayobe/ansible/pip.yml
Michał Nasiadka 4a0eebf704 Stop using platform-python
Since python2 is not supported long time - there's
no need to use /usr/libexec/platform-python.
Also for supporting Debian/Ubuntu - we need to
change that to /usr/bin/python3.

Change-Id: I0d477325e0edd13d1aba211c13dc2e8b7a9b4c98
2020-12-14 14:48:05 +00:00

11 lines
202 B
YAML

---
- name: Configure local PyPi mirror
hosts: seed-hypervisor:seed:overcloud
tags:
- pip
vars:
ansible_python_interpreter: /usr/bin/python3
roles:
- role: pip
gather_facts: false