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 | bb251e5e6066d4eb89cdb70f682dfe7a88030a13 (patch) | |
| tree | 8a68bc1705bea688eb8b5e63307cc6323a4e6826 /molecule/ubuntu | |
| parent | a41a92c635d7a4d5a72f55869082f1a76623cd45 (diff) | |
Add initial firefox role implementation with only GNOME support for pass
Diffstat (limited to 'molecule/ubuntu')
| -rw-r--r-- | molecule/ubuntu/converge.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/molecule/ubuntu/converge.yml b/molecule/ubuntu/converge.yml index dcf2e1cd..9d889f7d 100644 --- a/molecule/ubuntu/converge.yml +++ b/molecule/ubuntu/converge.yml @@ -20,6 +20,8 @@ python_versions: - "3.13" vimrc_repo_url: "https://git.sr.ht/~a14m/.vim" + firefox_install_browserpass: true + firefox_install_passff: true roles: - role: "hostname" - role: "network" @@ -44,3 +46,4 @@ - role: "dotfiles" - role: "vim" - role: "neomutt" + - role: "firefox" |
