ansible-roles/webapps/evoadmin-web/tasks/ftp.yml

13 lines
220 B
YAML
Raw Normal View History

2017-07-03 18:22:24 +02:00
---
2017-10-07 21:45:46 +02:00
- name: patch must be installed
apt:
name: patch
state: present
2017-07-03 18:22:24 +02:00
2017-10-07 21:45:46 +02:00
- name: Patch ProFTPd config file
patch:
remote_src: no
src: ftp/evolinux.conf.diff
dest: /etc/proftpd/conf.d/z-evolinux.conf