Bypass htpasswd module bug (state=absent on missing file)

pull/14/head
Emilien Mantel 2015-12-04 08:54:59 +01:00
parent 1d86ed9a40
commit f8d138828b
1 changed files with 1 additions and 0 deletions

View File

@ -17,3 +17,4 @@
- nginx_htpasswd
- users
when: item.0.state is not defined or item.0.state == 'present'
ignore_errors: yes