danbohea.macos-spelling

Ansible角色:macOS自定义拼写

构建状态

在macOS上创建并填充自定义LocalDictionary文件。

需求

  • Ansible >= 2.1
  • macOS 10.13,10.12,10.11 或 10.10

角色变量


# 要添加到自定义LocalDictionary文件的单词。
# 这些单词不必按字母顺序排列
# (角色会为您处理排序)。
macos_spelling_localdictionary_words:
  - Ansible
  - idempotence
  - Macsible

依赖关系

无。

示例剧本

- hosts: all

  roles:
    - role: ansible-role-macos-spelling

许可证

MIT

作者信息

该角色由Dan Bohea创建,主要用于Macsible

关于项目

Manage a custom LocalDictionary file on macOS.

安装
ansible-galaxy install danbohea.macos-spelling
许可证
Unknown
下载
396
拥有者