You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
- include_vars: defaults.yml
|
|
|
|
- osx_defaults:
|
|
domain: "{{ item.domain | default(omit) }}"
|
|
key: "{{ item.key }}"
|
|
type: "{{ item.type }}"
|
|
value: "{{ item.value }}"
|
|
with_items: osx_defaults
|
|
notify: restart osx system services
|