diff --git a/roles/postfix/templates/etc/postfix-policyd-spf-python/policyd-spf.conf.j2 b/roles/postfix/templates/etc/postfix-policyd-spf-python/policyd-spf.conf.j2
index 6c67f52..07c38b0 100644
--- a/roles/postfix/templates/etc/postfix-policyd-spf-python/policyd-spf.conf.j2
+++ b/roles/postfix/templates/etc/postfix-policyd-spf-python/policyd-spf.conf.j2
@@ -1,8 +1,8 @@
 {{ ansible_managed | comment }}
 #  For a fully commented sample config file see policyd-spf.conf.commented
 
-debugLevel = {{ postfix_policyd_spf_debuglevel }}1
-TestOnly = {{ postfix_policyd_spf_testonly }}0
+debugLevel = {{ postfix_policyd_spf_debuglevel }}
+TestOnly = {{ postfix_policyd_spf_testonly }}
 
 HELO_reject = {{ postfix_policyd_spf_helo_reject }}
 Mail_From_reject = {{ postfix_policyd_spf_mail_from_reject }}