mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
6 lines
123 B
YAML
6 lines
123 B
YAML
|
- name: "Restart gitea"
|
||
|
service: name=gitea state=restarted
|
||
|
|
||
|
- name: "Reload systemd"
|
||
|
shell: "systemctl daemon-reload"
|