DESTINATION_FOLDER
This commit is contained in:
@@ -2,6 +2,15 @@
|
||||
- hosts: WHAT_HOST_IN_USE
|
||||
|
||||
tasks:
|
||||
- name: Creates directory DESTINATION_FOLDER
|
||||
ansible.builtin.file:
|
||||
path: DESTINATION_FOLDER
|
||||
state: directory
|
||||
owner: www-data
|
||||
group: www-data
|
||||
mode: 0775
|
||||
recurse: yes
|
||||
|
||||
- name: Set up docker-compose file
|
||||
template:
|
||||
src: "WHAT_PART_LOCAL/docker-compose.yml"
|
||||
|
||||
Reference in New Issue
Block a user