diff options
Diffstat (limited to 'roles/jails/06_hommabot/tasks')
| -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 }}" |
