mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
Update install_systemd.yml
This commit is contained in:
parent
4976d531ba
commit
667c375a9d
1 changed files with 5 additions and 0 deletions
|
@ -9,3 +9,8 @@
|
|||
notify:
|
||||
- "Reload systemd"
|
||||
- "Restart gitea"
|
||||
|
||||
# systemd to be reloaded the first time because it is the only way Systemd is going to be aware of the new unit file.
|
||||
- name: "Reload systemd"
|
||||
systemd:
|
||||
daemon_reload: true
|
||||
|
|
Loading…
Reference in a new issue