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/raspberrypi | |
| parent | 09950ec6f5a158c09b1c68e85972f951ce027173 (diff) | |
Add initial firefox role implementation with only GNOME support for pass
Diffstat (limited to 'molecule/raspberrypi')
| -rw-r--r-- | molecule/raspberrypi/converge.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/molecule/raspberrypi/converge.yml b/molecule/raspberrypi/converge.yml index 5ee67015..3957c5f9 100644 --- a/molecule/raspberrypi/converge.yml +++ b/molecule/raspberrypi/converge.yml @@ -24,6 +24,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" @@ -45,3 +47,4 @@ - role: "dotfiles" - role: "vim" - role: "neomutt" + - role: "firefox" |
