- 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
7 lines
180 B
YAML
7 lines
180 B
YAML
---
|
|
- name: append to syspkgs
|
|
ansible.builtin.set_fact:
|
|
syspkgs: "{{ syspkgs + [ 'flatpak' ] }}"
|
|
pkgconfig_flatpak: {defined: true}
|
|
when: ansible_os_family != 'Darwin'
|