[Ninjabot] NinjaBot requires dateutil
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
2eb57a975d
commit
86b8424972
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue