[re2o] install correct version of boostrap3
parent
0e396ce23b
commit
60c9f7579b
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- name: Install re2o dependancies
|
||||
- name: Install re2o dependencies
|
||||
apt:
|
||||
update_cache: true
|
||||
name:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue