gitea script

This commit is contained in:
root
2025-05-19 20:00:21 +02:00
parent 10e375563c
commit 5a3d0f9cbd

View File

@@ -5,5 +5,6 @@
tasks: tasks:
- name: Update all apt packages - name: Update all apt packages
ansible.builtin.shell:
chdir: /opt/gitea chdir: /opt/gitea
cmd: "docker-compose pull && docker-compose up -d" cmd: docker-compose pull && docker-compose up -d