mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
fix space
This commit is contained in:
@@ -643,7 +643,7 @@ SCRIPTWHITELIST=/usr/bin/groups
|
||||
SCRIPTWHITELIST=/usr/bin/GET
|
||||
SCRIPTWHITELIST=/sbin/ifup
|
||||
SCRIPTWHITELIST=/sbin/ifdown
|
||||
{% if inventory_hostname in groups['dbservers'] or inventory_hostname.startswith(('pagure', 'retrace', 'anitya', 'upstream')) %}
|
||||
{% if inventory_hostname in groups['dbservers'] or inventory_hostname.startswith(('pagure','retrace','anitya','upstream')) %}
|
||||
# Set this size very large on postgres running servers.
|
||||
IPC_SEG_SIZE=100000000000
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user