diff options
| author | Luke Hoersten <[email protected]> | 2020-01-19 21:51:10 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-01-19 21:51:10 -0600 |
| commit | 9eb223531a017cca2c11a152ede197c8798b5684 (patch) | |
| tree | c3de1405e62aac525245871306178a78122e30b4 /roles/pleroma-otp/tasks/main.yaml | |
| parent | 41a43640aa1a26656c5a749fba95ec8fa3a3a868 (diff) | |
Got pleroma otp multi-instance working.
Diffstat (limited to 'roles/pleroma-otp/tasks/main.yaml')
| -rw-r--r-- | roles/pleroma-otp/tasks/main.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/pleroma-otp/tasks/main.yaml b/roles/pleroma-otp/tasks/main.yaml index d2020b1..a78cf79 100644 --- a/roles/pleroma-otp/tasks/main.yaml +++ b/roles/pleroma-otp/tasks/main.yaml @@ -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" |
