Add watch role for macOS, implicitly installed on Linux
This commit is contained in:
6
roles/watch/tasks/main.yaml
Normal file
6
roles/watch/tasks/main.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: install homebrew package
|
||||
when: ansible_os_family == "Darwin"
|
||||
homebrew:
|
||||
name: watch
|
||||
state: latest
|
||||
Reference in New Issue
Block a user