pull docker images before restart; don't recursively edit premissions; use base_path in docker-compose.yaml
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 33s

This commit is contained in:
2024-06-03 16:21:07 +02:00
parent 14da8cd5a1
commit 115ab7e840
3 changed files with 8 additions and 4 deletions

View File

@@ -2,6 +2,10 @@
ansible.builtin.import_tasks:
file: backup.yaml
- name: Ensure Docker images are up to date
community.docker.docker_compose_v2_pull:
project_src: /opt/gitea
- name: Ensure Gitea is restarted
community.docker.docker_compose_v2:
project_src: /opt/gitea