Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
d6a10825
Verified
Commit
d6a10825
authored
May 12, 2022
by
Evangelos Foutras
🐱
Browse files
Fix var-spacing issues reported by ansible-lint 6.1.0
parent
2c3ba2c4
Pipeline
#18611
passed with stage
in 35 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
group_vars/all/postfix.yml
View file @
d6a10825
# 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
}}"
roles/aurweb/defaults/main.yml
View file @
d6a10825
...
...
@@ -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'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment