UNPKG

@installdoc/ansible-gas-station

Version:

An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤

11 lines (10 loc) 690 B
--- - name: Ensure automatic updates is setup # noqa 301 shell: | osascript -e "tell application \"System Preferences\" to quit" sudo softwareupdate --schedule on sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate.plist AutomaticCheckEnabled -bool YES sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate.plist AutomaticDownload -bool YES sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate.plist CriticalUpdateInstall -bool YES sudo defaults write /Library/Preferences/com.apple.commerce.plist AutoUpdateRestartRequired -bool YES sudo defaults write /Library/Preferences/com.apple.commerce.plist AutoUpdate -bool YES