Add watch role for macOS, implicitly installed on Linux

This commit is contained in:
Kenneth Benzie 2022-12-10 16:08:20 +00:00
parent db3d146dc9
commit 747f1a6992
2 changed files with 7 additions and 0 deletions

View File

@ -23,6 +23,7 @@
- role: tidy
- role: tree
- role: yq
- role: watch
- role: llvm
- role: nodejs

View File

@ -0,0 +1,6 @@
---
- name: install homebrew package
when: ansible_os_family == "Darwin"
homebrew:
name: watch
state: latest