diff --git a/tasks/apache.yml b/tasks/apache.yml
index d3a18da990a9de58a537b02d82f9b7ab7fbdec4c..be6bf3e07cf11fe3c2c037312705b3dd4a221c2d 100644
--- a/tasks/apache.yml
+++ b/tasks/apache.yml
@@ -10,7 +10,7 @@
 - name: "Apache Status Site"
   template:
     src: 'apache.conf'
-    dest: '/etc/apache2/sites-available/status{{ apache_conf_ext|default('.conf') }}'
+    dest: '/etc/apache2/sites-available/status{{ apache_conf_ext|default(".conf") }}'
     owner: 'root'
     group: 'root'
     mode: 644