fix typo in burp client conf file
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
# {{ansible_managed}}
|
# {{ansible_managed}}
|
||||||
# this file was created from the role: {{ ansible_role_name }}
|
# this file was created from the role: {{ ansible_role_name }}
|
||||||
password {{ burp_password }}
|
password={{ burp_password }}
|
||||||
directory {{ burp_server_directory }}
|
directory={{ burp_server_directory }}
|
||||||
compression zlib0
|
compression=zlib0
|
||||||
{% for k in burp_retention %}
|
{% for k in burp_retention %}
|
||||||
keep {{ k }}
|
keep={{ k }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user