initial-setup: Fix dependencies after installing python 2

This commit is contained in:
Adam Goldsmith 2022-06-27 23:10:16 -04:00
parent 33b95e1b7f
commit 2fde11229c

View File

@ -18,4 +18,4 @@
local_action: command scp -r ./python_2.7.6-3_iphoneos-arm.deb "{{ inventory_hostname }}:"
become: false
- name: install python 2.7
raw: dpkg -i python_2.7.6-3_iphoneos-arm.deb && rm python_2.7.6-3_iphoneos-arm.deb
raw: dpkg -i python_2.7.6-3_iphoneos-arm.deb && rm python_2.7.6-3_iphoneos-arm.deb; apt-get install -f