1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gopass.git synced 2024-09-14 20:06:42 +02:00
ansible_role_gopass/defaults/main.yml
L3D e23bb7d8dd Optional install zbar toling
zbar tools can be used to read qrcodes. You could need that to scan OTP Secrets.
2023-09-30 14:46:20 +02:00

10 lines
246 B
YAML

---
gopass__add_apt_repo: true
gopass__install_jsonapi: true
gopass__install_haveibeenpwnd: true
gopass__install_git_credential: false
gopass__install_zbar_tools: true
# should we do a version check? (recomended)
submodules_versioncheck: false