From 262343cd756c1ef589b94fde084a356a61e3e6f5 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 4 Mar 2026 23:02:34 +0100 Subject: Convert force_installed to normal_installed This is to allow users to remove these defaults if they want to --- roles/firefox/defaults/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'roles/firefox/defaults') diff --git a/roles/firefox/defaults/main.yml b/roles/firefox/defaults/main.yml index e6e142f8..7fdf25fb 100644 --- a/roles/firefox/defaults/main.yml +++ b/roles/firefox/defaults/main.yml @@ -19,19 +19,19 @@ firefox_default_extensions: # Get the guid using `curl -s "https://addons.mozilla.org/api/v5/addons/addon/{slug}/" | jq '.guid'` # where the {slug} is found on the https://addons.mozilla.org/en-US/firefox/ search. "uBlock0@raymondhill.net": - installation_mode: "force_installed" + installation_mode: "normal_installed" install_url: "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi" "{d7742d87-e61d-4b78-b8a1-b469842139fa}": - installation_mode: "force_installed" + installation_mode: "normal_installed" install_url: "https://addons.mozilla.org/firefox/downloads/latest/vimium-ff/latest.xpi" "jid1-MnnxcxisBPnSXQ@jetpack": - installation_mode: "force_installed" + installation_mode: "normal_installed" install_url: "https://addons.mozilla.org/firefox/downloads/latest/privacy-badger17/latest.xpi" "woop-NoopscooPsnSXQ@jetpack": - installation_mode: "force_installed" + installation_mode: "normal_installed" install_url: "https://addons.mozilla.org/firefox/downloads/latest/privacy-possum/latest.xpi" "languagetool-webextension@languagetool.org": - installation_mode: "force_installed" + installation_mode: "normal_installed" install_url: "https://addons.mozilla.org/firefox/downloads/latest/languagetool/latest.xpi" # Default (sensible) policies for Firefox. -- cgit v1.2.3