Add a gitea deployment
Yep, it's that time of year _again_
This commit is contained in:
4
ansible/roles/gitea/handlers/main.yml
Normal file
4
ansible/roles/gitea/handlers/main.yml
Normal file
@ -0,0 +1,4 @@
|
||||
- name: restart gitea
|
||||
shell:
|
||||
chdir: /opt/gitea
|
||||
cmd: "{{ docker_update_command }}"
|
Reference in New Issue
Block a user