This commit is contained in:
2021-10-23 15:27:43 +02:00
parent 3efc0b8194
commit ab2a578955
3 changed files with 13 additions and 10 deletions

View File

@ -7,7 +7,7 @@
raw: test -e /usr/bin/aptitude || apt-get install aptitude -y
- name: Ensure python2 is present (This is necessary for ansible to work properly)
raw: test -e /usr/bin/python2 || (apt -y update && apt install -y python)
raw: test -e /usr/bin/python2 || (apt -y update && apt install -y python-is-python2)
- name: Ensure python3 is present (This is necessary for ansible to work properly)
raw: test -e /usr/bin/python3 || (apt -y update && apt install -y python3)