4a0eebf704
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
11 lines
202 B
YAML
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
|