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
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 33s
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user