just finished cbfmt
This commit is contained in:
@@ -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 } ) }}"
|
||||
|
||||
Reference in New Issue
Block a user