Rename osx role to macos

This commit is contained in:
Oliver Davies 2020-01-14 20:58:47 +00:00
parent e876c26660
commit bc3059a698
8 changed files with 0 additions and 0 deletions

View 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