From 2305f74bb7c282e7f74ee6ea8c2e41e05b59747c Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 23 Feb 2026 14:19:34 +0100 Subject: Fix typo in the name of a task --- roles/firefox/tasks/install-plugin-passff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/firefox') 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" -- cgit v1.2.3