From d5a690b1e03a998510d48d2f39d1a224c64d82ff Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Wed, 1 Jul 2020 12:16:48 -0500 Subject: Split out aws s3 and otp roles. --- pleroma-otp/handlers/main.yaml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 pleroma-otp/handlers/main.yaml (limited to 'pleroma-otp/handlers') diff --git a/pleroma-otp/handlers/main.yaml b/pleroma-otp/handlers/main.yaml deleted file mode 100644 index 0fad634..0000000 --- a/pleroma-otp/handlers/main.yaml +++ /dev/null @@ -1,9 +0,0 @@ ---- - -- name: restart pleroma instance - become: yes - systemd: name="pleroma@{{pleroma_instance}}.service" state="restarted" daemon_reload="yes" - -- name: restart pleroma instance s3 backup - become: yes - systemd: name="pleroma-s3-backup@{{pleroma_instance}}.service" enabled="yes" daemon_reload="yes" -- cgit v1.2.3