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:
parent
2c3ba2c477
commit
d6a10825bf
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user