10 lines
169 B
YAML
10 lines
169 B
YAML
---
|
|
# Install ProFTPd Server
|
|
- name: Installing ProFTPd Server
|
|
apt:
|
|
update_cache: yes
|
|
state: present
|
|
name:
|
|
- proftpd-basic
|
|
- proftpd-mod-mysql
|