fix stack name for traefik

This commit is contained in:
Pim Kunis 2023-05-26 23:02:59 +02:00
parent e19ee0b141
commit 46cd28f917
2 changed files with 1 additions and 2 deletions

View file

@ -13,6 +13,6 @@
- name: Deploy Docker stack
docker_stack:
name: forgejo
name: traefik
compose:
- "{{ lookup('template', '{{ role_path }}/docker-stack.yml.j2') | from_yaml }}"