work on bitwarden and flatpak
This commit is contained in:
@@ -1,5 +1,18 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
#
|
||||
## Package: flatpak
|
||||
## Description: Universal application runtime for linux
|
||||
## Version: latest
|
||||
## Methods:
|
||||
## - system
|
||||
---
|
||||
- name: Set flatpak default facts # {{{
|
||||
ansible.builtin.set_fact:
|
||||
flatpak:
|
||||
install_methods:
|
||||
- system
|
||||
pkgname: "{{ pkglist[os_family] }}"
|
||||
# }}}
|
||||
- name: Append flatpak to pkg_sys
|
||||
when:
|
||||
- ansible_system == 'Linux'
|
||||
|
||||
Reference in New Issue
Block a user