ansible-roles/webapps/evoadmin-web/tasks/ftp.yml
Patrick Marchand 67664ec0e2 Pass evoadmin-web role through yamllint and ansible-lint
Recommends using true or false values directly instead of the truthy
and falsie yes True and etc. This also means that we can get rid
of the cast to booleans in some of the checks.

The other fixes are mostly in the realm of indentation and whitespace.
2019-08-27 09:58:08 -04:00

13 lines
223 B
YAML

---
- name: patch must be installed
apt:
name: patch
state: present
- name: Patch ProFTPd config file
patch:
remote_src: false
src: ftp/evolinux.conf.diff
dest: /etc/proftpd/conf.d/z-evolinux.conf