diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-05-16 21:49:01 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-05-16 22:31:59 +0300 |
| commit | 60f363a7e2aa7ff81b0785dbf49d4c9867653337 (patch) | |
| tree | 126a5ba8a672926cc9fa65aedaf0e73f795fe38a /roles/jails/03_irc_thelounge/handlers | |
| parent | 75732c1a9aa1fed11794f509d33bdea5171d41c0 (diff) | |
Add thelounge jail
Diffstat (limited to 'roles/jails/03_irc_thelounge/handlers')
| -rw-r--r-- | roles/jails/03_irc_thelounge/handlers/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/jails/03_irc_thelounge/handlers/main.yml b/roles/jails/03_irc_thelounge/handlers/main.yml new file mode 100644 index 0000000..b2c514f --- /dev/null +++ b/roles/jails/03_irc_thelounge/handlers/main.yml @@ -0,0 +1,4 @@ +- name: Restart thelounge + service: + name: thelounge + state: restarted |
