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 %}