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

6 lines
86 B
YAML

- name: Install Python3
package:
name: python3
state: present
become: yes