summaryrefslogtreecommitdiffstats
path: root/molecule/ubuntu
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-11-25 11:05:27 +0100
committerAhmed Abdelhalim <[email protected]>2025-11-25 14:09:10 +0100
commit63042a1f6b15f0a85e3cf943c71e6a88aaad442e (patch)
treee3c0668be28b23bff23ae655caef14a4b69c6aa7 /molecule/ubuntu
parent95dc690d4080e814fa6d7afce99808a171ee4964 (diff)
Fix the testing of passff (requires pass to be installed)
Update the firefox role dependencies and added notes about using passff and it's required dependencies
Diffstat (limited to 'molecule/ubuntu')
-rw-r--r--molecule/ubuntu/converge.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/molecule/ubuntu/converge.yml b/molecule/ubuntu/converge.yml
index 9d889f7d..8b047aec 100644
--- a/molecule/ubuntu/converge.yml
+++ b/molecule/ubuntu/converge.yml
@@ -20,6 +20,7 @@
python_versions:
- "3.13"
vimrc_repo_url: "https://git.sr.ht/~a14m/.vim"
+ password_store_repo_url: "https://github.com/octocat/Spoon-Knife"
firefox_install_browserpass: true
firefox_install_passff: true
roles:
@@ -46,4 +47,5 @@
- role: "dotfiles"
- role: "vim"
- role: "neomutt"
+ - role: "password_store"
- role: "firefox"