validate docker-compose.yaml
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 14s

This commit is contained in:
Marius Alwan Meyer 2023-04-29 17:07:05 +00:00
parent f83e0044b7
commit b4bc978640

View File

@ -72,6 +72,7 @@
dest: /opt/gitea/docker-compose.yaml
owner: root
mode: "600"
validate: /usr/bin/docker compose -f %s config -q
register: gitea_container
- name: Start Gitea and try reaching it