Rename osx role to macos
This commit is contained in:
parent
e876c26660
commit
bc3059a698
8 changed files with 0 additions and 0 deletions
16
roles/macos/handlers/main.yml
Normal file
16
roles/macos/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
|
Loading…
Add table
Add a link
Reference in a new issue