From cd8c5f7cf3a61fa77a5f8ae43a40c7f7552d14aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Fri, 1 Jul 2022 20:03:36 +0200 Subject: [PATCH] ansible2.9: Make passff config compatible --- user.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/user.yml b/user.yml index ff524f2..cd21c7b 100644 --- a/user.yml +++ b/user.yml @@ -456,8 +456,10 @@ - name: firefox - configure path to passff lineinfile: path: ~/.mozilla/native-messaging-hosts/passff.json - search_string: '"path": "PLACEHOLDER"' - line: " \"path\": \"/home/{{ user.name }}/.mozilla/native-messaging-hosts/passff.py\"," + regexp: '"path": ".*"' + line: " \"path\": \"{{ path }}\"," + vars: + path: "/home/{{ user.name }}/.mozilla/native-messaging-hosts/passff.py" - name: firefox - create chrome directory file: