Fix the httpd_setrlimit value.
This commit is contained in:
parent
603518e5bd
commit
f9661dba71
|
@ -13,7 +13,7 @@
|
||||||
- name: Give nginx the ability to set RLIMIT_NOFILE
|
- name: Give nginx the ability to set RLIMIT_NOFILE
|
||||||
seboolean:
|
seboolean:
|
||||||
name: httpd_setrlimit
|
name: httpd_setrlimit
|
||||||
state: yes
|
state: 1
|
||||||
persistent: yes
|
persistent: yes
|
||||||
|
|
||||||
when: ansible_distribution_file_variety == "RedHat"
|
when: ansible_distribution_file_variety == "RedHat"
|
||||||
|
|
Loading…
Reference in New Issue