Add viscosity role for macOS

This commit is contained in:
Kenneth Benzie 2022-12-10 23:31:11 +00:00
parent 4783803a77
commit d32588dbfd
2 changed files with 9 additions and 0 deletions

View File

@ -8,3 +8,4 @@
- role: iterm - role: iterm
- role: magnet - role: magnet
- role: obsidian - role: obsidian
- role: viscosity

View File

@ -0,0 +1,8 @@
---
- assert:
that: ansible_os_family == "Darwin"
- name: install homebrew package
homebrew_cask:
name: viscosity
state: latest