Skip to content

Commit

Permalink
deploy: Comment out incompatible system settings in macOS Monterey
Browse files Browse the repository at this point in the history
Type or location of the settings may be changed.
  • Loading branch information
aiotter committed Dec 9, 2021
1 parent 0244a75 commit b77438c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions deploy/ansible/roles/system_settings/tasks/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
type: bool
value: yes

- name: Reduce motion
community.general.osx_defaults:
domain: com.apple.universalaccess
key: reduceMotion
type: int
value: 1
# - name: Reduce motion
# community.general.osx_defaults:
# domain: com.apple.universalaccess
# key: reduceMotion
# type: int
# value: 1

- name: Differentiate without colour
community.general.osx_defaults:
domain: com.apple.universalaccess
key: differentiateWithoutColor
type: int
value: 1
# - name: Differentiate without colour
# community.general.osx_defaults:
# domain: com.apple.universalaccess
# key: differentiateWithoutColor
# type: int
# value: 1

- name: Disable automatical capitalize
community.general.osx_defaults:
Expand Down

0 comments on commit b77438c

Please sign in to comment.