Upgrade hal8000 setup for new hubot-kredits

This commit is contained in:
Râu Cao
2022-11-04 14:41:12 +01:00
parent 534f23eebc
commit 6cce1d9df8
6 changed files with 50 additions and 49 deletions

12
roles/hubot.rb Normal file
View File

@@ -0,0 +1,12 @@
name "hubot"
default_run_list = %w(
kosmos-hubot::botka_irc-libera-chat
kosmos-hubot::hal8000_xmpp
)
env_run_lists(
'_default' => default_run_list,
'development' => [],
'production' => default_run_list
)