fix typo
This commit is contained in:
parent
52c43d2148
commit
180cc21c6a
1 changed files with 1 additions and 1 deletions
|
@ -643,7 +643,7 @@ SCRIPTWHITELIST=/usr/bin/groups
|
||||||
SCRIPTWHITELIST=/usr/bin/GET
|
SCRIPTWHITELIST=/usr/bin/GET
|
||||||
SCRIPTWHITELIST=/sbin/ifup
|
SCRIPTWHITELIST=/sbin/ifup
|
||||||
SCRIPTWHITELIST=/sbin/ifdown
|
SCRIPTWHITELIST=/sbin/ifdown
|
||||||
{% if inventory_hostname in groups['dbservers'] or ansible_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.
|
# Set this size very large on postgres running servers.
|
||||||
IPC_SEG_SIZE=100000000000
|
IPC_SEG_SIZE=100000000000
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue