[re2o] install correct version of boostrap3
							parent
							
								
									0e396ce23b
								
							
						
					
					
						commit
						60c9f7579b
					
				| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
- name: Install re2o dependancies
 | 
					- name: Install re2o dependencies
 | 
				
			||||||
  apt:
 | 
					  apt:
 | 
				
			||||||
    update_cache: true
 | 
					    update_cache: true
 | 
				
			||||||
    name:
 | 
					    name:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,10 +1,11 @@
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
- name: Install re2o dependancies
 | 
					- name: Install re2o dependencies
 | 
				
			||||||
  apt:
 | 
					  apt:
 | 
				
			||||||
    update_cache: true
 | 
					    update_cache: true
 | 
				
			||||||
    name:
 | 
					    name:
 | 
				
			||||||
      - python3-django
 | 
					 | 
				
			||||||
      - python3-dateutil
 | 
					      - python3-dateutil
 | 
				
			||||||
 | 
					      - python3-django
 | 
				
			||||||
 | 
					      - python3-django-captcha
 | 
				
			||||||
      - python3-djangorestframework
 | 
					      - python3-djangorestframework
 | 
				
			||||||
      - python3-django-captcha
 | 
					      - python3-django-captcha
 | 
				
			||||||
      - python3-django-reversion
 | 
					      - python3-django-reversion
 | 
				
			||||||
| 
						 | 
					@ -24,7 +25,7 @@
 | 
				
			||||||
  retries: 3
 | 
					  retries: 3
 | 
				
			||||||
  until: apt_result is succeeded
 | 
					  until: apt_result is succeeded
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: Install re2o pip3 dependancies
 | 
					- name: Install re2o pip3 dependencies
 | 
				
			||||||
  pip:
 | 
					  pip:
 | 
				
			||||||
    executable: pip3
 | 
					    executable: pip3
 | 
				
			||||||
    name:
 | 
					    name:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue