initial-setup: Fix dependencies after installing python 2
This commit is contained in:
parent
33b95e1b7f
commit
2fde11229c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user