Add hiddenbar role for macOS
This commit is contained in:
parent
fa0cf04d8f
commit
37d89c475e
@ -8,6 +8,7 @@
|
||||
roles:
|
||||
- role: mas
|
||||
|
||||
- role: hiddenbar
|
||||
- role: iterm
|
||||
- role: kitty
|
||||
- role: magnet
|
||||
|
8
roles/hiddenbar/tasks/main.yaml
Normal file
8
roles/hiddenbar/tasks/main.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
- assert:
|
||||
that: ansible_os_family == 'Darwin'
|
||||
|
||||
- name: install homebrew package
|
||||
homebrew_cask:
|
||||
name: hiddenbar
|
||||
state: latest
|
Loading…
x
Reference in New Issue
Block a user