project-config/roles/copy-wheels/tasks/py3.default.yaml

6 lines
86 B
YAML

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