diff --git a/initial-setup.yml b/initial-setup.yml index 0cce09c..ebdac5d 100644 --- a/initial-setup.yml +++ b/initial-setup.yml @@ -12,7 +12,8 @@ - name: Fix /var/mobile permissions raw: chmod 750 /var/mobile - name: restart sshd - raw: launchctl kickstart -k system/com.openssh.sshd + raw: launchctl stop system/com.openssh.sshd; launchctl start system/com.openssh.sshd + ignore_errors: yes - name: copy python 2.7 deb local_action: command scp -r ./python_2.7.6-3_iphoneos-arm.deb "{{ inventory_hostname }}:" become: false