mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	had not included osm-vector in list of roles -- so reinstall did not work
This commit is contained in:
		
							parent
							
								
									3c6fa71e25
								
							
						
					
					
						commit
						4975ed9b10
					
				
					 2 changed files with 11 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -27,6 +27,12 @@
 | 
			
		|||
  when: moodle_install
 | 
			
		||||
  tags: olpc, moodle
 | 
			
		||||
 | 
			
		||||
- name: OSM_VECTOR
 | 
			
		||||
  include_role:
 | 
			
		||||
    name: osm-vector
 | 
			
		||||
  when: osm_vector_install is defined and osm_vector_install
 | 
			
		||||
  tags: osm
 | 
			
		||||
 | 
			
		||||
# UNMAINTAINED
 | 
			
		||||
- name: OSM
 | 
			
		||||
  include_role:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,8 +1,3 @@
 | 
			
		|||
- name: Fetch the catalog for osm maps
 | 
			
		||||
  get_url:
 | 
			
		||||
     url: "{{ iiab_osm_url }}/assets/regions.json"
 | 
			
		||||
     dest: '{{ osm_vector_path }}/assets'
 | 
			
		||||
 | 
			
		||||
- name: Make sure the osm-vector directory exists
 | 
			
		||||
  file: 
 | 
			
		||||
    path: '{{ osm_vector_path }}/assets'
 | 
			
		||||
| 
						 | 
				
			
			@ -11,6 +6,11 @@
 | 
			
		|||
    group: '{{ apache_user }}'
 | 
			
		||||
    mode: '0755'
 | 
			
		||||
 | 
			
		||||
- name: Fetch the catalog for osm maps
 | 
			
		||||
  get_url:
 | 
			
		||||
     url: "{{ iiab_osm_url }}/assets/regions.json"
 | 
			
		||||
     dest: '{{ osm_vector_path }}/assets'
 | 
			
		||||
 | 
			
		||||
- name: Fetch the javascript bundle with openlayers for test page
 | 
			
		||||
  get_url:
 | 
			
		||||
     url: "{{ iiab_osm_url }}/assets/main.js"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue