complete more pkgs
- bitwarden is configured to install the cask on macos and the appimage on linux - dbeaver is configured using the flatpak installation - added handling of flatpaks
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
---
|
||||
- name: append to pkgs
|
||||
- ansible.builtin.include_vars:
|
||||
file: bitwarden.yml
|
||||
name: _bitwarden
|
||||
- ansible.builtin.set_fact:
|
||||
pkgconfig_bitwarden: "{{ _bitwarden | ansible.builtin.combine(pkgconfig.bitwarden) }}"
|
||||
|
||||
- name: append to srcpkgs
|
||||
ansible.builtin.set_fact:
|
||||
syspkgs: "{{ syspkgs + [ 'bitwarden' ] }}"
|
||||
syspkgs: "{{ srcpkgs + [ 'bitwarden' ] }}"
|
||||
when: ansible_os_family != 'Darwin'
|
||||
|
||||
- name: append to caskpkgs
|
||||
|
||||
Reference in New Issue
Block a user