add docker-compose file
This commit is contained in:
parent
b86995c59c
commit
4a3818e55c
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
- name: Template a file to /root/traefic/doicker-compose.yml
|
||||
ansible.builtin.template:
|
||||
src: docker-compose.j2
|
||||
dest: root/traefic/docker-compose.yml
|
||||
dest: /root/traefic/docker-compose.yml
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
|
|
Reference in a new issue