Add hiddenbar role for macOS

This commit is contained in:
Kenneth Benzie 2023-10-10 21:12:05 +01:00
parent fa0cf04d8f
commit 37d89c475e
2 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,7 @@
roles:
- role: mas
- role: hiddenbar
- role: iterm
- role: kitty
- role: magnet

View File

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