Add macos role for macOS tweaks
This commit is contained in:
9
roles/macos/tasks/main.yaml
Normal file
9
roles/macos/tasks/main.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- assert:
|
||||
that: ansible_os_family == 'Darwin'
|
||||
|
||||
- name: disable creation of .DS_Store in directories
|
||||
osx_defaults:
|
||||
domain: com.apple.desktopservices
|
||||
key: DSDontWriteNetworkStores
|
||||
value: 'true'
|
||||
Reference in New Issue
Block a user