From 6bf890f5bcafd9747509efe1122a6132a064a53e Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 25 Jul 2026 12:14:27 +0300 Subject: Set up poudriere custom repo --- roles/jails/06_hommabot/tasks/main.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'roles/jails/06_hommabot/tasks/main.yml') 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: -- cgit v1.3