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: 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
......
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