summaryrefslogtreecommitdiffstats
path: root/roles/firefox/tasks
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-23 14:19:34 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-23 14:19:34 +0100
commit2305f74bb7c282e7f74ee6ea8c2e41e05b59747c (patch)
tree0e919500ec4710308bd24b274b977d5dd20464b4 /roles/firefox/tasks
parent3cd6aa49beed99b37099f297bdf96ec69469fe0e (diff)
Fix typo in the name of a task
Diffstat (limited to 'roles/firefox/tasks')
-rw-r--r--roles/firefox/tasks/install-plugin-passff.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/firefox/tasks/install-plugin-passff.yml b/roles/firefox/tasks/install-plugin-passff.yml
index 00bb76eb..4f513edd 100644
--- a/roles/firefox/tasks/install-plugin-passff.yml
+++ b/roles/firefox/tasks/install-plugin-passff.yml
@@ -28,7 +28,7 @@
creates: "/usr/lib/mozilla/native-messaging-hosts/passff.py"
executable: "/bin/bash"
-- name: "Create browserpass native messaging hosts file"
+- name: "Create passff native messaging hosts file"
become: true
ansible.builtin.copy:
dest: "/usr/lib/mozilla/native-messaging-hosts/passff.json"