--- a/roles/pleroma-otp/tasks/main.yaml Sun Jan 19 16:57:51 2020 -0600
+++ b/roles/pleroma-otp/tasks/main.yaml Sun Jan 19 21:51:10 2020 -0600
@@ -79,14 +79,14 @@
# - "/tmp/setup_db.psql"
# - "/tmp/release/"
-- name: "configure pleroma systemd service"
+- name: configure pleroma systemd service
become: yes
copy:
src: "[email protected]"
dest: "/lib/systemd/system/[email protected]"
notify: restart pleroma instance
-- name: "ensure pleroma {{pleroma_instance}} instance is enabled and started"
+- name: ensure pleroma instance is enabled and started
become: yes
systemd: name="pleroma@{{pleroma_instance}}.service" enabled="yes" state="started"