add keepassxc

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

View File

@ -21,4 +21,10 @@
dnf:
name: brave-browser
state: present
become: true
- name: Install keepassxc
dnf:
name: keepassxc
state: present
become: true