Skip to content
Snippets Groups Projects
Verified Commit 60c9f757 authored by shirenn's avatar shirenn 🌊 Committed by ynerant
Browse files

[re2o] install correct version of boostrap3

parent 0e396ce2
No related branches found
No related tags found
1 merge request!254Cachan
---
- name: Install re2o dependancies
- name: Install re2o dependencies
apt:
update_cache: true
name:
......
---
- 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:
......
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