ansible2.9: Make passff config compatible
This commit is contained in:
6
user.yml
6
user.yml
@@ -456,8 +456,10 @@
|
|||||||
- name: firefox - configure path to passff
|
- name: firefox - configure path to passff
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: ~/.mozilla/native-messaging-hosts/passff.json
|
path: ~/.mozilla/native-messaging-hosts/passff.json
|
||||||
search_string: '"path": "PLACEHOLDER"'
|
regexp: '"path": ".*"'
|
||||||
line: " \"path\": \"/home/{{ user.name }}/.mozilla/native-messaging-hosts/passff.py\","
|
line: " \"path\": \"{{ path }}\","
|
||||||
|
vars:
|
||||||
|
path: "/home/{{ user.name }}/.mozilla/native-messaging-hosts/passff.py"
|
||||||
|
|
||||||
- name: firefox - create chrome directory
|
- name: firefox - create chrome directory
|
||||||
file:
|
file:
|
||||||
|
|||||||
Reference in New Issue
Block a user