more fixs being done
This commit is contained in:
@@ -2,18 +2,18 @@
|
||||
---
|
||||
- name: Append to flatpkgs
|
||||
when:
|
||||
- bw.method == 'flatpak'
|
||||
- bitwarden.method == 'flatpak'
|
||||
ansible.builtin.set_fact:
|
||||
pkg_flatpak: "{{ pkg_flatpak + [bw.pkg] }}"
|
||||
pkg_flatpak: "{{ pkg_flatpak + [bitwarden.pkg] }}"
|
||||
|
||||
- name: Append to srcpkgs
|
||||
when:
|
||||
- bw.method == 'appimage'
|
||||
- bitwarden.method == 'appimage'
|
||||
ansible.builtin.set_fact:
|
||||
pkg_appimage: "{{ pkg_appimage + [bw.pkg] }}"
|
||||
pkg_appimage: "{{ pkg_appimage + [bitwarden.pkg] }}"
|
||||
|
||||
- name: Append to caskpkgs
|
||||
when:
|
||||
- bw.method == 'brew'
|
||||
- bitwarden.method == 'brew'
|
||||
ansible.builtin.set_fact:
|
||||
pkg_cask: "{{ pkg_cask + [bw.pkg.name] }}"
|
||||
pkg_cask: "{{ pkg_cask + [bitwarden.pkg.name] }}"
|
||||
|
||||
Reference in New Issue
Block a user