work on bitwarden and flatpak

This commit is contained in:
Matthew Stobbs
2026-03-07 13:31:39 -07:00
parent 692e9dd99a
commit 19ec5f341b
71 changed files with 119 additions and 860 deletions

View File

@@ -1,5 +1,18 @@
# vim: set filetype=yaml.ansible :
#
## Package: flatpak
## Description: Universal application runtime for linux
## Version: latest
## Methods:
## - system
---
- name: Set flatpak default facts # {{{
ansible.builtin.set_fact:
flatpak:
install_methods:
- system
pkgname: "{{ pkglist[os_family] }}"
# }}}
- name: Append flatpak to pkg_sys
when:
- ansible_system == 'Linux'