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

@@ -104,12 +104,6 @@
- pkg_npm|length > 0
ansible.builtin.include_tasks: pkgs/nodejs.yml
- name: Ensure flatpak is installed
when:
- pkg_flatpak is defined
- pkg_flatpak|length > 0
ansible.builtin.include_tasks: pkgs/flatpak.yml
- name: Ensure appimage path exists
when:
- pkg_appimage is defined