fixing packages for new style
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
install_prefix: "{{ default_install_prefix }}"
|
||||
install_method: flatpak
|
||||
dobecome: true
|
||||
owner: root
|
||||
group: root
|
||||
- name: Set bitwarden install method
|
||||
ansible.builtin.set_fact:
|
||||
bw:
|
||||
method: "{{ pkgconfig.bitwarden.method[ansible_distribution] | default('appimage') }}"
|
||||
|
||||
- name: Set bitwarden config
|
||||
ansible.builtin.set_fact:
|
||||
bw:
|
||||
pkg: "{{ pkgconfig.bitwarden[bw.method] }}"
|
||||
method: "{{ bw.method }}"
|
||||
|
||||
Reference in New Issue
Block a user