- instead of just `syspkgs` and `srcpkgs` add more lists - `appimages`, `flatpkgs` and others as they come up
9 lines
186 B
YAML
9 lines
186 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
install_prefix: "{{ default_install_prefix }}"
|
|
install_dir: /opt/appimage/bitwarden
|
|
install_method: flatpak
|
|
dobecome: true
|
|
owner: root
|
|
group: root
|