Files
ansible-shared/file/proftpd/tasks/main.yml

10 lines
169 B
YAML

---
# Install ProFTPd Server
- name: Installing ProFTPd Server
apt:
update_cache: yes
state: present
name:
- proftpd-basic
- proftpd-mod-mysql