macos-spelling

Ansible role: macOS custom spelllingz

Build Status

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.

About

Manage a custom LocalDictionary file on macOS.

Install
ansible-galaxy install danbohea/ansible-role-macos-spelling
GitHub repository
License
Unknown
Downloads
379
Owner