1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00

Update install_systemd.yml

reload systemd should be triggered via handler
This commit is contained in:
Jens Timmerman 2020-08-30 13:25:44 +02:00 committed by Thomas Maurice
parent 73d72a8264
commit 4976d531ba

View file

@ -9,7 +9,3 @@
notify:
- "Reload systemd"
- "Restart gitea"
- name: "Reload systemd"
systemd:
daemon_reload: true