style: linting

This commit is contained in:
VC
2024-07-05 11:53:13 +02:00
parent 66830fd2eb
commit 1f28d2242f
76 changed files with 469 additions and 335 deletions

View File

@@ -1,3 +1,5 @@
---
- name: Install vsftpd
package:
name: vsftpd
@@ -5,15 +7,15 @@
- name: Create ftp directory
file:
path: /srv/ftp
state: directory
path: /srv/ftp
state: directory
- name: Create upload directory
file:
path: /srv/ftp/upload
owner: ftp
group: root
state: directory
path: /srv/ftp/upload
owner: ftp
group: root
state: directory
- name: Config vsftpd
copy: