mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-02-24 09:03:29 +07:00
Bypass htpasswd module bug (state=absent on missing file)
This commit is contained in:
@@ -17,3 +17,4 @@
|
|||||||
- nginx_htpasswd
|
- nginx_htpasswd
|
||||||
- users
|
- users
|
||||||
when: item.0.state is not defined or item.0.state == 'present'
|
when: item.0.state is not defined or item.0.state == 'present'
|
||||||
|
ignore_errors: yes
|
||||||
|
|||||||
Reference in New Issue
Block a user