diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-23 14:19:34 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-23 14:19:34 +0100 |
| commit | 2305f74bb7c282e7f74ee6ea8c2e41e05b59747c (patch) | |
| tree | 0e919500ec4710308bd24b274b977d5dd20464b4 /roles | |
| parent | 3cd6aa49beed99b37099f297bdf96ec69469fe0e (diff) | |
Fix typo in the name of a task
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/firefox/tasks/install-plugin-passff.yml | 2 |
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" |
