forked from ISTI-ansible-roles/ansible-roles
8 lines
149 B
YAML
8 lines
149 B
YAML
|
---
|
||
|
- name: Ensure that the vsftpd service is stopped and disabled
|
||
|
service: name=vsftpd state=stopped enabled=no
|
||
|
tags:
|
||
|
- ftp
|
||
|
- vsftpd
|
||
|
|