From 75d815b4a48bda7f943c2511d6d84f6496a11a5b Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Thu, 21 Jan 2016 17:09:54 +0100 Subject: [PATCH] Revert "Bypass htpasswd module bug (state=absent on missing file)" This reverts commit f8d138828b4ec7c1ef2a47128281e6a0a94850fd. --- tasks/htpasswd.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/htpasswd.yml b/tasks/htpasswd.yml index 77a188a..27432a2 100644 --- a/tasks/htpasswd.yml +++ b/tasks/htpasswd.yml @@ -17,4 +17,3 @@ - nginx_htpasswd - users when: item.0.state is not defined or item.0.state == 'present' - ignore_errors: yes