ansible2.9: Make passff config compatible

This commit is contained in:
2022-07-01 20:03:36 +02:00
parent 5531ce1fda
commit cd8c5f7cf3

View File

@@ -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: