[re2o] install correct version of boostrap3

certbot_on_virtu
_shirenn 2021-05-19 14:32:36 +02:00 committed by Yohann D'ANELLO
parent 0e396ce23b
commit 60c9f7579b
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
---
- name: Install re2o dependancies
- name: Install re2o dependencies
apt:
update_cache: true
name:

View File

@ -1,10 +1,11 @@
---
- name: Install re2o dependancies
- name: Install re2o dependencies
apt:
update_cache: true
name:
- python3-django
- python3-dateutil
- python3-django
- python3-django-captcha
- python3-djangorestframework
- python3-django-captcha
- python3-django-reversion
@ -24,7 +25,7 @@
retries: 3
until: apt_result is succeeded
- name: Install re2o pip3 dependancies
- name: Install re2o pip3 dependencies
pip:
executable: pip3
name: