summaryrefslogtreecommitdiffstats
path: root/roles/firefox/tasks
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-03-04 23:02:34 +0100
committerAhmed Abdelhalim <[email protected]>2026-03-06 03:11:07 +0100
commit262343cd756c1ef589b94fde084a356a61e3e6f5 (patch)
tree11a0b4a8532f237d366a80329ceb8b6e91ec8a51 /roles/firefox/tasks
parent4aae4d5c79a3960386f03d9c1c3b8a34b1c3f8a8 (diff)
Convert force_installed to normal_installed
This is to allow users to remove these defaults if they want to
Diffstat (limited to 'roles/firefox/tasks')
-rw-r--r--roles/firefox/tasks/install-plugin-browserpass.yml2
-rw-r--r--roles/firefox/tasks/install-plugin-passff.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/roles/firefox/tasks/install-plugin-browserpass.yml b/roles/firefox/tasks/install-plugin-browserpass.yml
index 50d6cef2..dfc7c972 100644
--- a/roles/firefox/tasks/install-plugin-browserpass.yml
+++ b/roles/firefox/tasks/install-plugin-browserpass.yml
@@ -5,7 +5,7 @@
vars:
firefox_browserpass_extension:
- installation_mode: "force_installed"
+ installation_mode: "normal_installed"
install_url: "https://addons.mozilla.org/firefox/downloads/latest/browserpass-ce/latest.xpi"
- name: "Ensure browserpass native messaging host is installed"
diff --git a/roles/firefox/tasks/install-plugin-passff.yml b/roles/firefox/tasks/install-plugin-passff.yml
index 4f513edd..86a7f1ef 100644
--- a/roles/firefox/tasks/install-plugin-passff.yml
+++ b/roles/firefox/tasks/install-plugin-passff.yml
@@ -16,7 +16,7 @@
vars:
firefox_passff_extension:
- installation_mode: "force_installed"
+ installation_mode: "normal_installed"
install_url: "https://addons.mozilla.org/firefox/downloads/latest/passff/latest.xpi"
- name: "Ensure passff native messaging host is installed"