diff options
| author | Luke Hoersten <[email protected]> | 2020-08-08 09:49:57 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-08-08 09:49:57 -0500 |
| commit | b46cf2027341c5faf34b945952eaaa1a578b8910 (patch) | |
| tree | 393c10217154308d2781eaad4eb0a7d7c5d34fc3 /miniflux/handlers | |
| parent | 04c0978ae774f3db5a38ed0a295af91bc0346fd5 (diff) | |
Added miniflux role.
Diffstat (limited to 'miniflux/handlers')
| -rw-r--r-- | miniflux/handlers/main.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/miniflux/handlers/main.yaml b/miniflux/handlers/main.yaml new file mode 100644 index 0000000..5273dfd --- /dev/null +++ b/miniflux/handlers/main.yaml @@ -0,0 +1,5 @@ +--- + +- name: restart miniflux service + become: yes + systemd: name="miniflux.service" state="restarted" daemon_reload="yes" |
