1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00

Fix var-spacing issues reported by ansible-lint 6.1.0

This commit is contained in:
Evangelos Foutras 2022-05-12 08:09:52 +03:00
parent 2c3ba2c477
commit d6a10825bf
No known key found for this signature in database
GPG Key ID: 51E8B148A9999C34
2 changed files with 3 additions and 3 deletions

@ -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 }}"

@ -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'