proftpd: blank vpasswd if missing
parent
713ca3fbf4
commit
24948cf4fa
|
@ -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 New Issue