This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
macos-provisioning/roles/macos/tasks/universal-access.yml

14 lines
275 B
YAML

---
- name: Reduce transparency
osx_defaults:
domain: com.apple.universalaccess
key: reduceTransparency
type: bool
value: true
- name: Reduce motion
osx_defaults:
domain: com.apple.universalaccess
key: reduceMotion
type: bool
value: true