From b526b3938f8ad8ad255a3c30084ad56a8020fde4 Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Tue, 23 Apr 2024 22:19:39 +0200 Subject: [PATCH] fix typo in burp client conf file --- templates/client_conf_file | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/client_conf_file b/templates/client_conf_file index a6387bf..d7d3f98 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 }} +keep={{ k }} {% endfor %}