diff options
| author | Luke Hoersten <[email protected]> | 2020-07-04 11:00:20 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-07-04 11:00:20 -0500 |
| commit | 173b1554013ec29dd60b701d4d49e1161fed2523 (patch) | |
| tree | ff7cf617bf45e53661a0570fe9780bc0feafacf5 /prosody | |
| parent | 578da7e200490a1c1a8f34bd2c8929c765ac58f4 (diff) | |
Got ngircd + atheme services roles working.
Diffstat (limited to 'prosody')
| -rw-r--r-- | prosody/handlers/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody/handlers/main.yaml b/prosody/handlers/main.yaml index fea0e7d..1cc09c1 100644 --- a/prosody/handlers/main.yaml +++ b/prosody/handlers/main.yaml @@ -2,4 +2,4 @@ - name: restart prosody become: yes - systemd: name="prosody.service" enabled="yes" daemon_reload="yes" + systemd: name="prosody.service" state="restarted" daemon_reload="yes" |
