diff options
Diffstat (limited to 'roles/pleroma-otp/handlers')
| -rw-r--r-- | roles/pleroma-otp/handlers/main.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/pleroma-otp/handlers/main.yaml b/roles/pleroma-otp/handlers/main.yaml new file mode 100644 index 0000000..f3f7461 --- /dev/null +++ b/roles/pleroma-otp/handlers/main.yaml @@ -0,0 +1,5 @@ +--- + +- name: "restart pleroma {{pleroma_instance}} instance" + become: yes + systemd: name="pleroma@{{pleroma_instance}}" state="restarted" daemon_reload="yes" |
