This commit is contained in:
Andrew Klychkov 2021-04-23 11:33:39 +02:00
parent 302d35d8c3
commit 85fc83c757

View file

@ -5,6 +5,10 @@
id: 4D1BB29D63D98E422B2113B19334A25F8507EFA5
state: present
- name: Change the default interpreter
shell: "update-alternatives --install /usr/bin/python python /usr/bin/python3 1"
ignore_errors: yes
- name: Install Python3-apt
package:
name: python3-apt