From c384d71b07d1881e99019105bd853ec2e193cdfb Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Tue, 23 Apr 2024 22:13:29 +0200 Subject: [PATCH] typo in burp client.conf --- templates/client_conf_file | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/client_conf_file b/templates/client_conf_file index 23b888b..a6387bf 100644 --- a/templates/client_conf_file +++ b/templates/client_conf_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 }} {% endfor %}