feat: move CACHEDIR to general template
This commit is contained in:
@@ -11,6 +11,14 @@
|
||||
state: directory
|
||||
mode: 0755
|
||||
|
||||
- name: Add cachedir file
|
||||
ansible.builtin.template:
|
||||
src: CACHEDIR.TAG.j2
|
||||
dest: /srv/ftp/CACHEDIR.TAG
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
|
||||
- name: Create upload directory
|
||||
ansible.builtin.file:
|
||||
path: /srv/ftp/upload
|
||||
|
Reference in New Issue
Block a user