Fix the httpd_setrlimit value.

This commit is contained in:
Andrea Dell'Amico 2020-08-04 16:24:06 +02:00
parent 603518e5bd
commit f9661dba71
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
- name: Give nginx the ability to set RLIMIT_NOFILE
seboolean:
name: httpd_setrlimit
state: yes
state: 1
persistent: yes
when: ansible_distribution_file_variety == "RedHat"