aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jails/06_hommabot
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-07-25 12:14:27 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-07-25 12:14:27 +0300
commit6bf890f5bcafd9747509efe1122a6132a064a53e (patch)
treecb654270c56a0f882744b4cc6217e9addf41fd54 /roles/jails/06_hommabot
parentda9a729eaf6fac9b0cc532dcf0056ba76c7f677d (diff)
Set up poudriere custom repo
Diffstat (limited to 'roles/jails/06_hommabot')
-rw-r--r--roles/jails/06_hommabot/tasks/main.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/roles/jails/06_hommabot/tasks/main.yml b/roles/jails/06_hommabot/tasks/main.yml
index d19beb1..b3c4481 100644
--- a/roles/jails/06_hommabot/tasks/main.yml
+++ b/roles/jails/06_hommabot/tasks/main.yml
@@ -2,11 +2,10 @@
name: jail
tasks_from: jail_setup
-- name: Install hommabot from port
- shell: cd /usr/ports/net-im/hommabot && make install WRKDIRPREFIX=/tmp/ports DISTDIR=/tmp/distfiles
+- name: Install hommabot
+ shell: pkg install -y -r poudriere hommabot
register: _hommabot_install
- failed_when: "_hommabot_install.rc != 0"
- changed_when: "'Installing hommabot' in _hommabot_install.stdout"
+ changed_when: "'Installing' in _hommabot_install.stdout"
- name: Deploy bot token file
copy: