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