Add some actually useful macOS playbooks

This commit is contained in:
2020-01-11 15:09:38 +00:00
parent d701574f45
commit f11eb4e0d3
9 changed files with 43 additions and 185 deletions

10
playbooks/macos.yml Normal file
View File

@@ -0,0 +1,10 @@
---
- hosts: localhost
tasks:
- name: Set sane defaults for QLColorCode QuickLook plugin
osx_defaults:
domain: org.n8gray.QLColorCode
key: extraHLFlags
type: string
value: '-l -W --kw-case=none'
state: present