add keepassxc

This commit is contained in:
starr-dusT 2022-11-12 11:23:36 -08:00
parent 5a0b625a66
commit 191e9fdcab

View File

@ -22,3 +22,9 @@
name: brave-browser
state: present
become: true
- name: Install keepassxc
dnf:
name: keepassxc
state: present
become: true