add support to remove users from htpasswd files
This commit is contained in:
parent
22340271b1
commit
e50a103a85
1 changed files with 4 additions and 4 deletions
|
|
@ -8,4 +8,4 @@
|
|||
owner: "{{ htpasswdfile[passfile].owner|d('root') }}"
|
||||
group: "{{ htpasswdfile[passfile].group|d('www-data') }}"
|
||||
mode: "{{ htpasswdfile[passfile].mode|d('0640') }}"
|
||||
state: "{{htpasswdfile[passfile].state|d('present') }}"
|
||||
state: "{{ item.state|d('present') }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue