fixed a mistake in the tasks file for gitea

This commit is contained in:
Phil 2024-10-09 12:49:29 -06:00
parent 24dd7d3e67
commit 327a47169f

View File

@ -7,7 +7,7 @@
- name: Template out the compose file
ansible.builtin.template:
src: glance-compose.yml.j2
src: gitea-compose.yml.j2
dest: /opt/stacks/gitea/compose.yml
owner: root
mode: 644