Skip to content
Snippets Groups Projects
Verified Commit 86b84249 authored by ynerant's avatar ynerant
Browse files

[Ninjabot] NinjaBot requires dateutil


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 2eb57a97
No related branches found
No related tags found
1 merge request!253[Ninjabot] NinjaBot requires dateutil
---
- name: Install python3 IRC library
- name: Install Ninjabot dependencies
apt:
name: python3-irc
state: present
update_cache: true
register: apt_result
retries: 3
until: apt_result is succeeded
- name: Install Flask for python3
apt:
name: python3-flask
name:
- python3-dateutil
- python3-flask
- python3-irc
state: present
update_cache: true
register: apt_result
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment