This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
macos-provisioning/roles/osx/handlers/main.yml
2016-05-24 18:38:11 +01:00

16 lines
303 B
YAML

---
- name: killall Dock
command: killall Dock
ignore_errors: yes
- name: killall Finder
command: killall Finder
ignore_errors: yes
- name: killall SystemUIServer
command: killall SystemUIServer
ignore_errors: yes
- name: killall cfprefsd
command: killall cfprefsd
ignore_errors: yes