This commit is contained in:
Andrew Klychkov 2021-04-23 11:52:49 +02:00
parent 85fc83c757
commit a09d841ad7

View file

@ -6,7 +6,7 @@
state: present state: present
- name: Change the default interpreter - name: Change the default interpreter
shell: "update-alternatives --install /usr/bin/python python /usr/bin/python3 1" shell: "update-alternatives --install /usr/bin/python python /usr/bin/python3.6 1"
ignore_errors: yes ignore_errors: yes
- name: Install Python3-apt - name: Install Python3-apt