Add webcatalog role for macOS
This commit is contained in:
parent
d32588dbfd
commit
69bcd75f7b
@ -9,3 +9,4 @@
|
|||||||
- role: magnet
|
- role: magnet
|
||||||
- role: obsidian
|
- role: obsidian
|
||||||
- role: viscosity
|
- role: viscosity
|
||||||
|
- role: webcatalog
|
||||||
|
8
roles/webcatalog/tasks/main.yaml
Normal file
8
roles/webcatalog/tasks/main.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
- assert:
|
||||||
|
that: ansible_os_family == "Darwin"
|
||||||
|
|
||||||
|
- name: install homebrew package
|
||||||
|
homebrew_cask:
|
||||||
|
name: webcatalog
|
||||||
|
state: latest
|
Loading…
x
Reference in New Issue
Block a user