diff --git a/.ansible/roles/mac_desktop/tasks/prefs.yaml b/.ansible/roles/mac_desktop/tasks/prefs.yaml index 730efc0..b1ab1ce 100644 --- a/.ansible/roles/mac_desktop/tasks/prefs.yaml +++ b/.ansible/roles/mac_desktop/tasks/prefs.yaml @@ -75,6 +75,24 @@ key: NSAutomaticDashSubstitutionEnabled value: 0 +- name: 'OS X: Spell correction off' + tags: + - config + osx_defaults: + domain: NSGlobalDomain + type: int + key: NSAutomaticSpellingCorrectionEnabled + value: 0 + +- name: 'OS X: Web spell correction off' + tags: + - config + osx_defaults: + domain: NSGlobalDomain + type: int + key: WebAutomaticSpellingCorrectionEnabled + value: 0 + - name: 'OS X: Clear preferences cache' tags: - config