install python3 for debian/ubuntu
parent
ad89f1ae48
commit
202e8845a1
|
@ -1,3 +1,9 @@
|
|||
- name: install python3
|
||||
apk:
|
||||
name: python3
|
||||
when: ansible_distribution == "Alpine"
|
||||
|
||||
- name: install python3
|
||||
apt:
|
||||
name: python3
|
||||
when: ansible_distribution in ["Debian", "Ubuntu"]
|
||||
|
|
Loading…
Reference in New Issue