fix bitwarden macos cask

This commit is contained in:
Matthew Stobbs
2025-03-18 19:18:45 -06:00
parent 040ea8339b
commit 2baedb668c
3 changed files with 7 additions and 4 deletions

View File

@@ -25,9 +25,9 @@
- name: Append bitwarden to pkg_cask
when:
- bitwarden.method == 'brew'
- bitwarden.method == 'cask'
ansible.builtin.set_fact:
pkg_cask: "{{ pkg_cask + [bitwarden] }}"
pkg_cask: "{{ pkg_cask + [bitwarden.pkg] }}"
- name: Set bitwarden_configured
ansible.builtin.set_fact: