Skip to content
Snippets Groups Projects
Verified Commit d6a10825 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

Fix var-spacing issues reported by ansible-lint 6.1.0

parent 2c3ba2c4
No related branches found
No related tags found
No related merge requests found
Pipeline #18611 passed
# 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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment