mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-04-03 12:12:10 +07:00
no_log when deleting htpasswd files
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
state=absent
|
state=absent
|
||||||
with_items: "{{ nginx_htpasswd }}"
|
with_items: "{{ nginx_htpasswd }}"
|
||||||
when: item.state is defined and item.state == 'absent'
|
when: item.state is defined and item.state == 'absent'
|
||||||
|
no_log: true
|
||||||
|
|
||||||
- name: HTPASSWD | Manage files
|
- name: HTPASSWD | Manage files
|
||||||
htpasswd: >
|
htpasswd: >
|
||||||
|
|||||||
Reference in New Issue
Block a user