diff --git a/tasks/apache.yml b/tasks/apache.yml
index 7aa2cc9ccb411148777caa866ffcbe5a3d3f81e8..e8a16f832467b2b856c9c1a836cef42c14d3898a 100644
--- a/tasks/apache.yml
+++ b/tasks/apache.yml
@@ -72,7 +72,7 @@
     src: '{{inventory_dir}}/files/ssl/{{item.1.file}}'
     dest: /etc/ssl/private
   with_subelements:
-    - '{{( apache_certificates }})'
+    - '{{ apache_certificates }}'
     - certs
   notify:
     - Restart Apache