diff --git a/initial-setup.yml b/initial-setup.yml index 339b892..7b0775f 100644 --- a/initial-setup.yml +++ b/initial-setup.yml @@ -27,4 +27,4 @@ local_action: command scp -r ./python_2.7.6-3_iphoneos-arm.deb "{{ inventory_hostname }}:" - name: install python 2.7 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