[Ninjabot] NinjaBot requires dateutil

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-06-07 15:05:19 +02:00
parent 2eb57a975d
commit 86b8424972
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 5 additions and 11 deletions

View File

@ -1,16 +1,10 @@
---
- 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