You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
project-config/roles/copy-wheels/tasks/py3.default.yaml

6 lines
86 B

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