diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-11-24 22:16:43 +0100 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-11-24 22:29:51 +0100 |
| commit | 8a11098b006076182afc491fd0d0a21d0139e8e5 (patch) | |
| tree | 8a68bc1705bea688eb8b5e63307cc6323a4e6826 /molecule/debian | |
| parent | 09950ec6f5a158c09b1c68e85972f951ce027173 (diff) | |
Add initial firefox role implementation with only GNOME support for pass
Diffstat (limited to 'molecule/debian')
| -rw-r--r-- | molecule/debian/converge.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/molecule/debian/converge.yml b/molecule/debian/converge.yml index 972a7ffc..c6ef5574 100644 --- a/molecule/debian/converge.yml +++ b/molecule/debian/converge.yml @@ -31,6 +31,8 @@ - key: "000000001" value: "prometheus" vimrc_repo_url: "https://git.sr.ht/~a14m/.vim" + firefox_install_browserpass: true + firefox_install_passff: true roles: - role: "hostname" - role: "network" @@ -55,3 +57,4 @@ - role: "dotfiles" - role: "vim" - role: "neomutt" + - role: "firefox" |
