This commit is contained in:
root
2025-05-19 20:05:17 +02:00
parent 5a3d0f9cbd
commit c5973cb8c9

View File

@@ -1,10 +1,10 @@
---
--
- name: Update gitea server
hosts: gitserver
remote_user: root
tasks:
- name: Update all apt packages
- name: Update docker compose
ansible.builtin.shell:
chdir: /opt/gitea
cmd: docker-compose pull && docker-compose up -d