From cce3b43504a95a4a71866161294299ced733d433 Mon Sep 17 00:00:00 2001 From: mustard Date: Tue, 9 Dec 2025 19:12:25 +0100 Subject: [PATCH] arkenfox tweaks, more codec testing --- .../files/usr/lib64/firefox/distribution/policies.json | 4 ++-- roles/codecs/tasks/main.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/arkenfox/files/usr/lib64/firefox/distribution/policies.json b/roles/arkenfox/files/usr/lib64/firefox/distribution/policies.json index 33d6caf..a026e03 100644 --- a/roles/arkenfox/files/usr/lib64/firefox/distribution/policies.json +++ b/roles/arkenfox/files/usr/lib64/firefox/distribution/policies.json @@ -24,14 +24,14 @@ }, "Extensions": { "Install": [ - "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi" + "https://github.com/uBlockOrigin/uBOL-home/releases/download/2025.1207.2142/uBOLite_2025.1207.2142.firefox.signed.xpi" ] }, "ExtensionSettings": { }, "uBlock0@raymondhill.net": { "installation_mode": "force_installed", - "install_url": "https://addons.mozilla.org/firefox/downloads/latest/uBlock0@raymondhill.net/latest.xpi" + "install_url": "https://github.com/uBlockOrigin/uBOL-home/releases/download/2025.1207.2142/uBOLite_2025.1207.2142.firefox.signed.xpi" }, "FirefoxHome": { diff --git a/roles/codecs/tasks/main.yml b/roles/codecs/tasks/main.yml index 649f2e6..af0e2ff 100644 --- a/roles/codecs/tasks/main.yml +++ b/roles/codecs/tasks/main.yml @@ -9,8 +9,8 @@ cmd: 'dnf config-manager setopt fedora-cisco-openh264.enabled=1' changed_when: true -- name: 'Update codecs' - shell: 'dnf install @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin' +# - name: 'Update codecs' +# shell: 'dnf install @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin' - name: 'Swap ffmpeg-free for ffmpeg' ansible.builtin.command: