local/roles/macos/tasks/main.yaml

12 lines
276 B
YAML

---
- assert:
that: ansible_os_family == 'Darwin'
- name: disable creation of .DS_Store in directories
osx_defaults:
domain: com.apple.desktopservices
key: DSDontWriteNetworkStores
value: 'true'
# TODO: ^Space Keyboard Shortcut for switching Input Sources