Added macOS stuff
This commit is contained in:
parent
2b0219c136
commit
d3589ff0d5
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- hosts: local
|
- hosts: local
|
||||||
roles:
|
roles:
|
||||||
- role: osx
|
|
||||||
- role: common
|
- role: common
|
||||||
|
- role: osx
|
||||||
|
|
6
playbooks/roles/osx/tasks/main.yml
Normal file
6
playbooks/roles/osx/tasks/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
- name: Homebrew Update
|
||||||
|
homebrew:
|
||||||
|
update_homebrew: yes
|
||||||
|
upgrade_all: yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue