From 63042a1f6b15f0a85e3cf943c71e6a88aaad442e Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 25 Nov 2025 11:05:27 +0100 Subject: 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 --- molecule/ubuntu/converge.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'molecule/ubuntu') 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" -- cgit v1.2.3