From f9661dba71ecf88b812100ed3a28e11b0964c892 Mon Sep 17 00:00:00 2001
From: Andrea Dell'Amico <andrea.dellamico@isti.cnr.it>
Date: Tue, 4 Aug 2020 16:24:06 +0200
Subject: [PATCH] Fix the httpd_setrlimit value.

---
 tasks/nginx-rh.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"