initial-setup: Use stop/start for sshd instead of kickstart
This commit is contained in:
parent
5713a1e386
commit
33b95e1b7f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user