diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-26 16:37:48 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-26 16:37:48 +0100 |
| commit | 067aee5a0cf1862032e6298f791879a5b773bfd4 (patch) | |
| tree | 564fc8c38263b08bc9a7ad4bfba25086b432612c /roles/firefox/tasks/install_passff.yml | |
| parent | 63042a1f6b15f0a85e3cf943c71e6a88aaad442e (diff) | |
Add firefox user.js preference as a code
And fix the role ideompotent testing
Diffstat (limited to 'roles/firefox/tasks/install_passff.yml')
| -rw-r--r-- | roles/firefox/tasks/install_passff.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/firefox/tasks/install_passff.yml b/roles/firefox/tasks/install_passff.yml index fbce12ee..00bb76eb 100644 --- a/roles/firefox/tasks/install_passff.yml +++ b/roles/firefox/tasks/install_passff.yml @@ -25,7 +25,7 @@ set -euo pipefail curl -sSL https://codeberg.org/PassFF/passff-host/releases/download/latest/install_host_app.sh | bash -s -- firefox args: - creates: "/usr/lib/mozilla/native-messaging-hosts/pro.invicem.passff.json" + creates: "/usr/lib/mozilla/native-messaging-hosts/passff.py" executable: "/bin/bash" - name: "Create browserpass native messaging hosts file" |
