copy-wheels: more fixes

Iterating on this further; fix incorrect yum install and match for the
default Python3 install YAML.

Change-Id: Ic1f902297d869ddafaa57f5910d99461a8a004f3
This commit is contained in:
Ian Wienand 2020-01-15 13:48:14 +11:00
parent f7aad7b27d
commit d4a5fdd38a
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
params:
files:
- "py3.{{ ansible_distribution }}.{{ ansible_distribution_major_version }}.yaml"
- "default.yaml"
- "py3.default.yaml"
- name: Put copy scripts on host
copy:

View File

@ -1,5 +1,5 @@
- name: Install Python3
yum:
package: python3
name: python3
enablerepo: epel
state: present