[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: apt:
name: python3-irc name:
state: present - python3-dateutil
update_cache: true - python3-flask
register: apt_result - python3-irc
retries: 3
until: apt_result is succeeded
- name: Install Flask for python3
apt:
name: python3-flask
state: present state: present
update_cache: true update_cache: true
register: apt_result register: apt_result