Torjus Håkestad
f13ae508f1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
10 lines
164 B
YAML
10 lines
164 B
YAML
---
|
|
- name: Reload systemd
|
|
ansible.builtin.systemd:
|
|
daemon_reload: yes
|
|
|
|
- name: Restart gitea
|
|
ansible.builtin.systemd:
|
|
name: gitea
|
|
state: restarted
|