diff --git a/tasks/nginx-rh.yml b/tasks/nginx-rh.yml index fcedd97..1688879 100644 --- a/tasks/nginx-rh.yml +++ b/tasks/nginx-rh.yml @@ -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"