Add osx role
This commit is contained in:
parent
878b9aa338
commit
642ea8196f
9 changed files with 108 additions and 0 deletions
16
roles/osx/handlers/main.yml
Normal file
16
roles/osx/handlers/main.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
- 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
|
||||
Reference in a new issue