Remove unnecessary handler

This commit is contained in:
Anarion 2023-01-07 15:29:54 +01:00
parent 7d403e880f
commit 98cd41f9fc

View file

@ -18,8 +18,3 @@
file: file:
path: "{{ gitea_data_directory }}/gitea/gitea/conf/app.ini" path: "{{ gitea_data_directory }}/gitea/gitea/conf/app.ini"
state: touch state: touch
handlers:
- name: restart gitea
command: echo "this task will restart gitea"
listen: "restart gitea"