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