Add webcatalog role for macOS

This commit is contained in:
Kenneth Benzie 2022-12-10 23:35:51 +00:00
parent d32588dbfd
commit 69bcd75f7b
2 changed files with 9 additions and 0 deletions

View File

@ -9,3 +9,4 @@
- role: magnet
- role: obsidian
- role: viscosity
- role: webcatalog

View File

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