Added macOS stuff

This commit is contained in:
acicchetti 2018-11-12 17:25:57 -05:00
parent 2b0219c136
commit d3589ff0d5
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,5 @@
---
- hosts: local
roles:
- role: osx
- role: common
- role: osx

View file

@ -0,0 +1,6 @@
---
- name: Homebrew Update
homebrew:
update_homebrew: yes
upgrade_all: yes