diff --git a/group_vars/all/postfix.yml b/group_vars/all/postfix.yml
index 6ead722887b53e5608043a611237d79c9511e1ac..49b9c07458d4aa55af75b212069a7110e803ebdc 100644
--- a/group_vars/all/postfix.yml
+++ b/group_vars/all/postfix.yml
@@ -1,5 +1,5 @@
 # This is overridden for the actual mail server which uses mail.archlinux.org.
-mail_domain: "{{inventory_hostname}}"
+mail_domain: "{{ inventory_hostname }}"
 
 # password used by postfix for relaying to a central smtp server
-postfix_relay_password: "{{vault_postfix_relay_password}}"
+postfix_relay_password: "{{ vault_postfix_relay_password }}"
diff --git a/roles/aurweb/defaults/main.yml b/roles/aurweb/defaults/main.yml
index b6c3ead8bd4f43f5d610e96d950c3246f59ecc29..9bd8916d426027089b40385e19143d38ee22e54b 100644
--- a/roles/aurweb/defaults/main.yml
+++ b/roles/aurweb/defaults/main.yml
@@ -17,7 +17,7 @@ aurweb_db_host: 'localhost'
 aurweb_db_user: 'aur'
 
 aurweb_user: 'aur'
-aurweb_socket: '/run/php-fpm/{{aurweb_user}}.socket'
+aurweb_socket: '/run/php-fpm/{{ aurweb_user }}.socket'
 cgit_socket: '/run/uwsgi/cgit.sock'
 smartgit_socket: '/run/uwsgi/smartgit.sock'