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 /configure.yml | |
| parent | a41a92c635d7a4d5a72f55869082f1a76623cd45 (diff) | |
Add initial firefox role implementation with only GNOME support for pass
Diffstat (limited to 'configure.yml')
| -rw-r--r-- | configure.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.yml b/configure.yml index 15328eec..27ee3d3e 100644 --- a/configure.yml +++ b/configure.yml @@ -20,6 +20,7 @@ - role: "password_store" - role: "vim" - role: "neomutt" + - role: "firefox" - name: "Ubuntu configure" gather_facts: true @@ -43,6 +44,7 @@ - role: "password_store" - role: "vim" - role: "neomutt" + - role: "firefox" - name: "Raspberry Pi configure" gather_facts: true |
