macos-spelling
Ansible role: macOS custom spelllingz
Creates & populates a custom LocalDictionary file on macOS.
Requirements
- Ansible >= 2.1
- macOS 10.13, 10.12, 10.11 or 10.10
Role variables
# Words to add to the custom LocalDictionary file.
# These do not have to be in alphabetical order
# (the role will take care of sorting for you).
macos_spelling_localdictionary_words:
- Ansible
- idempotence
- Macsible
Dependencies
None.
Example playbook
- hosts: all
roles:
- role: ansible-role-macos-spelling
License
MIT
Author information
This role was created by Dan Bohea primarily for use with Macsible.