danbohea.macos-spelling
Ansible Role: macOS Custom Spelling
This role creates and fills a custom LocalDictionary file on macOS.
Requirements
- Ansible version 2.1 or higher
- macOS versions 10.10, 10.11, 10.12, or 10.13
Role Variables
# Words to be added to the custom LocalDictionary file.
# They can be in any order; the role will sort them automatically.
macos_spelling_localdictionary_words:
- Ansible
- idempotence
- Macsible
Dependencies
None.
Example Playbook
- hosts: all
roles:
- role: ansible-role-macos-spelling
License
MIT License