Fix install of python 2.7 hanging on dependency fixing

This commit is contained in:
Adam Goldsmith 2022-08-18 01:10:35 -04:00
parent f2d6985012
commit 5abb805a2d

View File

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