diff options
| author | Luke Hoersten <[email protected]> | 2019-01-01 21:57:11 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2019-01-01 21:57:11 -0600 |
| commit | bef0a0a3a662a83273d459d3c39eac3e1ee7b404 (patch) | |
| tree | e054080243b6b9a374b37932c6244d46bd43a650 /roles/pleroma/handlers/main.yaml | |
| parent | 035f6e2253e1a3f3283ca3e0f7044da8880880e4 (diff) | |
Split out nginx sites.
Diffstat (limited to 'roles/pleroma/handlers/main.yaml')
| -rw-r--r-- | roles/pleroma/handlers/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/pleroma/handlers/main.yaml b/roles/pleroma/handlers/main.yaml index 452811a..b935f8d 100644 --- a/roles/pleroma/handlers/main.yaml +++ b/roles/pleroma/handlers/main.yaml @@ -2,4 +2,4 @@ - name: restart pleroma become: yes - systemd: name="pleroma" state="restarted" daemon_reload="yes" + systemd: name="{{pleroma_user}}" state="restarted" daemon_reload="yes" |
