macos-provisioning/roles/osx/tasks/screen-capture.yml

8 lines
172 B
YAML
Raw Normal View History

2016-05-24 17:38:11 +00:00
---
- name: Change the location for screenshots.
osx_defaults:
domain: com.apple.screencapture
key: location
type: string
value: "~/Pictures/Screenshots"