Skip to content

Commit eb55ffa

Browse files
authored
fix syntax
1 parent e4048e0 commit eb55ffa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ odoo_role_limit_time_cpu: 60
8282
odoo_role_limit_time_real: 120
8383

8484
# Customize the Odoo memory limits
85-
odoo_role_limit_memory_hard : 2684354560
86-
odoo_role_limit_memory_soft : 2147483648
85+
odoo_role_limit_memory_hard: 2684354560
86+
odoo_role_limit_memory_soft: 2147483648
8787

8888
# Force getting db name from leftmost subdomain (different inventories for each DB)
8989
odoo_role_force_leftmost_subdomain: false

templates/odoo.conf.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ limit_time_cpu = {{ odoo_role_limit_time_cpu }}
5757
limit_time_real = {{ odoo_role_limit_time_real }}
5858

5959
; Customize the Odoo memory limits
60-
limit_memory_hard : {{ odoo_role_limit_memory_hard }}
61-
limit_memory_soft : {{ odoo_role_limit_memory_soft }}
60+
limit_memory_hard = {{ odoo_role_limit_memory_hard }}
61+
limit_memory_soft = {{ odoo_role_limit_memory_soft }}
6262

6363
{% if odoo_role_enable_queue_job and odoo_role_channels %}
6464
[queue_job]

0 commit comments

Comments
 (0)