move a lot of configuration around
This commit is contained in:
@@ -12,14 +12,14 @@
|
||||
- name: Set bitwarden facts
|
||||
ansible.builtin.set_fact:
|
||||
bw:
|
||||
appimg: pkgconfig_bitwarden.appimage
|
||||
become: pkgconfig_bitwarden.dobecome
|
||||
flatpak: pkgconfig_bitwarden.flatpak
|
||||
group: pkgconfig_bitwarden.group
|
||||
instdir: pkgconfig_bitwarden.install_dir
|
||||
instmtd: pkgconfig_bitwarden.install_method
|
||||
instpfx: pkgconfig_bitwarden.install_prefix
|
||||
owner: pkgconfig_bitwarden.owner
|
||||
appimg: "{{ pkgconfig_bitwarden.appimage }}"
|
||||
become: "{{ pkgconfig_bitwarden.dobecome }}"
|
||||
flatpak: "{{ pkgconfig_bitwarden.flatpak }}"
|
||||
group: "{{ pkgconfig_bitwarden.group }}"
|
||||
instdir: "{{ pkgconfig_bitwarden.install_dir }}"
|
||||
instmtd: "{{ pkgconfig_bitwarden.install_method }}"
|
||||
bindir: "{{ pkgconfig_bitwarden.install_prefix }}/bin"
|
||||
owner: "{{ pkgconfig_bitwarden.owner }}"
|
||||
|
||||
- name: Append to flatpkgs
|
||||
when:
|
||||
|
||||
Reference in New Issue
Block a user