dotstrap / ansible-macos

Ansible role to bootstrap, configure, & manage macOS
https://galaxy.ansible.com/dotstrap/macos
MIT License
8 stars 0 forks source link

use the osx_defaults module instead of osx.sh #1

Open mwilliammyers opened 8 years ago

mwilliammyers commented 8 years ago

Ref. tasks/main.yml:15

# TODO: use the osx_defaults module instead of osx.sh
- name: OS X | configure
  shell: osx.sh
  when: ansible_distribution == 'MacOSX'
  tags:
    - bootstrap
…
mwilliammyers commented 8 years ago

Also verify correct syntax for El Capitan