diff --git a/initial-setup.yml b/initial-setup.yml index ebdac5d..7869106 100644 --- a/initial-setup.yml +++ b/initial-setup.yml @@ -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