From 8ecfcafefcc9bfefbb1e6303e979437213459ef0 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 30 Jul 2021 18:43:17 -0700 Subject: [PATCH] fix typo in last commit Signed-off-by: Kevin Fenzi --- playbooks/groups/proxies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/proxies.yml b/playbooks/groups/proxies.yml index ae25471f8f..9ca886dea0 100644 --- a/playbooks/groups/proxies.yml +++ b/playbooks/groups/proxies.yml @@ -42,7 +42,7 @@ #- import_tasks: "{{ tasks_path }}/mod_wsgi.yml" - name: set ip_conntrack_max to a high value as the proxies deal with lots of connections - sysctl: name=net.nf_conntrack_max valuei=26214400 state=present sysctl_set=yes reload=yes + sysctl: name=net.nf_conntrack_max value=26214400 state=present sysctl_set=yes reload=yes handlers: - import_tasks: "{{ handlers_path }}/restart_services.yml"