flush handler before uptime check
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
597f6c2cda
commit
09f14d6f74
@ -70,6 +70,9 @@
|
||||
set_fact:
|
||||
__freshrss_volumes_map: "{{ __freshrss_volumes_raw.results | json_query('[].volume') | items2dict(key_name='Name', value_name='Mountpoint') }}"
|
||||
|
||||
- name: Flush handlers
|
||||
meta: flush_handlers
|
||||
|
||||
- name: Ensure service is up and running
|
||||
systemd:
|
||||
name: "{{ __freshrss_pod_name }}.service"
|
||||
|
Loading…
Reference in New Issue
Block a user