just finished cbfmt

This commit is contained in:
Matthew Stobbs
2026-03-14 20:22:51 -06:00
parent 19ec5f341b
commit fe266d4b73
10 changed files with 166 additions and 38 deletions

View File

@@ -45,3 +45,9 @@
name: "{{ bitwarden.flatpak.name }}"
remote: "{{ bitwarden.flatpak.remote }}"
method: "{{ bitwarden_flatpak_method | default(flatpak_method) }}"
- name: Finalize bitwarden configuration
when:
- "'bitwarden' not in __configured"
ansible.builtin.set_fact:
__configured: "{{ __configured | combine( { 'bitwarden': bitwarden_install_method } ) }}"