project-config/roles/copy-wheels/tasks/py3.CentOS.7.yaml
Ian Wienand 447d64a68a copy-wheel: package install needs to be root
Change-Id: I91f80cdccff8f1bd2e36bcd4d259f585e1baa5e1
2020-01-15 16:06:36 +11:00

7 lines
103 B
YAML

- name: Install Python3
yum:
name: python3
enablerepo: epel
state: present
become: yes