diff options
| author | Luke Hoersten <[email protected]> | 2020-07-04 12:47:25 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-07-04 12:47:25 -0500 |
| commit | 648958323886bd768dcafc513a8680322291ce9e (patch) | |
| tree | eb2bf21ec36fcb8824744b4b8c7784d6b7661432 /oragono/handlers/main.yaml | |
| parent | 173b1554013ec29dd60b701d4d49e1161fed2523 (diff) | |
Added oragono role.
Diffstat (limited to 'oragono/handlers/main.yaml')
| -rw-r--r-- | oragono/handlers/main.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/oragono/handlers/main.yaml b/oragono/handlers/main.yaml new file mode 100644 index 0000000..db381db --- /dev/null +++ b/oragono/handlers/main.yaml @@ -0,0 +1,5 @@ +--- + +- name: restart oragono + become: yes + systemd: name="oragono.service" state="restarted" daemon_reload="yes" |
