| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-02-22 | Refactor firefox role to use flatpak on debian | Ahmed Abdelhalim | 1 | -16/+5 | |
| 2026-02-22 | Fix set firefox as default on ubuntu | Ahmed Abdelhalim | 1 | -0/+2 | |
| 2026-02-22 | Fix xdg-settings of firefox on different systems using different pkgs | Ahmed Abdelhalim | 1 | -1/+1 | |
| 2026-02-21 | Configure default browser | Ahmed Abdelhalim | 1 | -0/+6 | |
| 2026-01-24 | Fix ansible 2.20.1 deprecation warning about ansible_vars | Ahmed Abdelhalim | 1 | -1/+1 | |
| 2025-11-26 | Revert adding user.js config | Ahmed Abdelhalim | 1 | -29/+0 | |
| Since the configs were mainly to control UI pref (which is not usable with user.js, as it will always override manual customization) The rest of the features provided by user.js isn't necessary and are already covered by policies. So for now, I'm removing this user.js integration, maybe revisit it later if it's proven to be useful, ATM, it complicates and brittles the setup without providing any additional value. | |||||
| 2025-11-26 | Fix firefox installation on debian (not using snaps) | Ahmed Abdelhalim | 1 | -1/+1 | |
| 2025-11-26 | Add firefox user.js preference as a code | Ahmed Abdelhalim | 1 | -5/+32 | |
| And fix the role ideompotent testing | |||||
| 2025-11-25 | Rename the firefox created profile to ansible-profile to avoid conflict | Ahmed Abdelhalim | 1 | -2/+2 | |
| To avoid potential conflict when a user already have a profile named and configured for them, it's simpler to use a defined ansible profile that also indicates that the profile is automated | |||||
| 2025-11-25 | Fix role to use ansible_user_id special variable instead of USER env | Ahmed Abdelhalim | 1 | -2/+2 | |
| The USER env is failing on CI, so reverting back to using ansible_user_id special variable, the ansible_user also failed as the CI doesn't have ssh connection (at least not during the tests, and therefore the ansible_user is undefined) | |||||
| 2025-11-24 | Add initial firefox role implementation with only GNOME support for pass | Ahmed Abdelhalim | 1 | -0/+45 | |
