diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-25 12:32:50 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-25 12:32:50 +0300 |
| commit | 35755eefa2b609200324f5dc39a22fcc8a94eb52 (patch) | |
| tree | bddce6e5d68ae7a64d513be1e5cffdedad8f95c8 /roles/jails/06_hommabot/tasks/main.yml | |
| parent | 6bf890f5bcafd9747509efe1122a6132a064a53e (diff) | |
Use pkg_custom in jails
Diffstat (limited to 'roles/jails/06_hommabot/tasks/main.yml')
| -rw-r--r-- | roles/jails/06_hommabot/tasks/main.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/roles/jails/06_hommabot/tasks/main.yml b/roles/jails/06_hommabot/tasks/main.yml index b3c4481..f414140 100644 --- a/roles/jails/06_hommabot/tasks/main.yml +++ b/roles/jails/06_hommabot/tasks/main.yml @@ -2,11 +2,6 @@ name: jail tasks_from: jail_setup -- name: Install hommabot - shell: pkg install -y -r poudriere hommabot - register: _hommabot_install - changed_when: "'Installing' in _hommabot_install.stdout" - - name: Deploy bot token file copy: content: "{{ hommabot_telegram_bot_token }}" |
