forked from bitlair/ansible
services/irc-bot: Add WIP Cam relay
This commit is contained in:
parent
c94f9179c5
commit
1a26f81be6
4 changed files with 65 additions and 0 deletions
|
@ -13,6 +13,12 @@
|
|||
state: restarted
|
||||
daemon_reload: true
|
||||
|
||||
- name: restart irc-photos
|
||||
systemd:
|
||||
name: irc-photos
|
||||
state: restarted
|
||||
daemon_reload: true
|
||||
|
||||
- name: restart discord-bot
|
||||
systemd:
|
||||
name: discord-bot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue