mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 03:58:47 +00:00
Remove unnecessary handler
This commit is contained in:
parent
7d403e880f
commit
98cd41f9fc
1 changed files with 0 additions and 5 deletions
|
@ -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"
|
|
Loading…
Reference in a new issue