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:
6
tasks/pkgs/flatpak.yml
Normal file
6
tasks/pkgs/flatpak.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: append to syspkgs
|
||||
ansible.builtin.set_fact:
|
||||
syspkgs: "{{ syspkgs + [ 'flatpak' ] }}"
|
||||
pkgconfig_flatpak: {defined: true}
|
||||
when: ansible_os_family != 'Darwin'
|
||||
Reference in New Issue
Block a user