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

@@ -25,7 +25,6 @@
owner: "{{ git_user.uid }}"
group: "{{ git_user.group }}"
mode: "700"
recurse: true
with_items: ["data", "config"]
- name: Ensure docker daemon is started
@@ -85,6 +84,7 @@
owner: root
mode: "600"
notify:
- Ensure Docker images are up to date
- Output docker compose state
- Ensure Gitea is restarted
- Wait until Gitea is up