proftpd: blank vpasswd if missing
This commit is contained in:
parent
713ca3fbf4
commit
24948cf4fa
2 changed files with 10 additions and 0 deletions
1
proftpd/files/vpasswd
Normal file
1
proftpd/files/vpasswd
Normal file
|
@ -0,0 +1 @@
|
|||
# username:password:uid:gid:gecos:homedir:shell
|
|
@ -32,3 +32,12 @@
|
|||
notify: restart proftpd
|
||||
tags:
|
||||
- proftpd
|
||||
|
||||
- name: Put empty vpasswd file if missing
|
||||
copy:
|
||||
src: vpasswd
|
||||
dest: /etc/proftpd/vpasswd
|
||||
force: no
|
||||
mode: "0440"
|
||||
tags:
|
||||
- proftpd
|
||||
|
|
Loading…
Reference in a new issue