Fix the compose file name

This commit is contained in:
Andrea Dell'Amico 2020-11-14 18:08:51 +01:00
parent e7820202c1
commit 4b0ef4a432
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
file: dest={{ ariadne_portal_compose_dir }} state=directory owner=root group=root mode='0750'
- name: Install the docker compose file of the Ariadne+ Portal
template: src=ariadne-portal-docker-compose.yml.j2 dest={{ ariadne_portal_compose_dir }}/{{ ariadne_portal_docker_stack_name }}-portal-stack.yml owner=root group=root mode='0400'
template: src=ariadne-portal-docker-compose.yml.j2 dest={{ ariadne_portal_compose_dir }}/docker-{{ ariadne_portal_docker_stack_name }}-stack.yml owner=root group=root mode='0400'
- name: Start the Ariadne+ portal stack
docker_stack: