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: