diff -r 7ced28b4207c -r 46785fdb4fc5 miniflux/handlers/main.yaml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/miniflux/handlers/main.yaml Sat Aug 08 09:49:57 2020 -0500 @@ -0,0 +1,5 @@ +--- + +- name: restart miniflux service + become: yes + systemd: name="miniflux.service" state="restarted" daemon_reload="yes"