fix typo in burp client conf file

This commit is contained in:
2024-04-23 22:19:39 +02:00
parent c384d71b07
commit b526b3938f

View File

@@ -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 }}
keep={{ k }}
{% endfor %}