9 lines
143 B
YAML

---
- assert:
that: ansible_os_family == "Darwin"
- name: install homebrew package
homebrew_cask:
name: viscosity
state: latest