fix bitwarden and ghostty for osx
This commit is contained in:
@@ -9,15 +9,12 @@
|
||||
|
||||
- name: Set bitwarden install method for MacOSX
|
||||
when:
|
||||
- ansible_distribution == 'MacOSX'
|
||||
- ansible_system == 'Darwin'
|
||||
ansible.builtin.set_fact:
|
||||
bitwarden:
|
||||
method: cask
|
||||
|
||||
- name: Set bitwarden config
|
||||
when:
|
||||
- bitwarden.method == 'sys' or
|
||||
bitwarden.method == 'cask'
|
||||
ansible.builtin.set_fact:
|
||||
bitwarden:
|
||||
pkg: "{{ pkgconfig.bitwarden[bitwarden.method] }}"
|
||||
|
||||
Reference in New Issue
Block a user