Rename osx role to macos
This commit is contained in:
parent
e876c26660
commit
bc3059a698
8 changed files with 0 additions and 0 deletions
7
roles/macos/tasks/screen-capture.yml
Normal file
7
roles/macos/tasks/screen-capture.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: Change the location for screenshots.
|
||||
osx_defaults:
|
||||
domain: com.apple.screencapture
|
||||
key: location
|
||||
type: string
|
||||
value: "~/Pictures/Screenshots"
|
||||
Reference in a new issue