forgejo: fix config option and re-add missing handler
This commit is contained in:
parent
0c4105f918
commit
d9f60b5511
2 changed files with 5 additions and 1 deletions
|
@ -10,3 +10,7 @@
|
|||
state: restarted
|
||||
notify: wait for forgejo
|
||||
when: '"handler" not in ansible_skip_tags'
|
||||
|
||||
- name: wait for forgejo
|
||||
wait_for:
|
||||
path: /var/lib/forgejo/socket
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue