diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-25 12:14:27 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-25 12:14:27 +0300 |
| commit | 6bf890f5bcafd9747509efe1122a6132a064a53e (patch) | |
| tree | cb654270c56a0f882744b4cc6217e9addf41fd54 /roles/jails/04_taulubot/tasks/main.yml | |
| parent | da9a729eaf6fac9b0cc532dcf0056ba76c7f677d (diff) | |
Set up poudriere custom repo
Diffstat (limited to 'roles/jails/04_taulubot/tasks/main.yml')
| -rw-r--r-- | roles/jails/04_taulubot/tasks/main.yml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/roles/jails/04_taulubot/tasks/main.yml b/roles/jails/04_taulubot/tasks/main.yml index e45b2d9..9116fc4 100644 --- a/roles/jails/04_taulubot/tasks/main.yml +++ b/roles/jails/04_taulubot/tasks/main.yml @@ -2,13 +2,10 @@ name: jail tasks_from: jail_setup -- name: Install taulubot from port - shell: | - cd /usr/ports/net-im/taulubot - make install WRKDIRPREFIX=/tmp/ports DISTDIR=/tmp/distfiles +- name: Install taulubot + shell: pkg install -y -r poudriere taulubot register: _taulubot_install - failed_when: "_taulubot_install.rc != 0" - changed_when: "'Installing taulubot' in _taulubot_install.stdout" + changed_when: "'Installing' in _taulubot_install.stdout" - name: Deploy bot token file copy: |
