initial-setup: Use stop/start for sshd instead of kickstart

This commit is contained in:
Adam Goldsmith 2022-06-27 23:09:39 -04:00
parent 5713a1e386
commit 33b95e1b7f

View File

@ -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