11 lines
170 B
YAML
11 lines
170 B
YAML
---
|
|
- assert:
|
|
that: ansible_os_family == "Darwin"
|
|
|
|
- name: install homebrew package
|
|
homebrew:
|
|
name: iterm2
|
|
state: latest
|
|
|
|
# TODO: Configure stuff, somehow?
|