mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Ansible tags osm & maps (it was 3 tags, now it's 2!)
This commit is contained in:
parent
2e8a1afb3d
commit
6abc8e0d5b
1 changed files with 2 additions and 2 deletions
|
@ -31,14 +31,14 @@
|
||||||
include_role:
|
include_role:
|
||||||
name: osm-vector-maps
|
name: osm-vector-maps
|
||||||
when: osm_vector_maps_install
|
when: osm_vector_maps_install
|
||||||
tags: osm
|
tags: osm, maps
|
||||||
|
|
||||||
# UNMAINTAINED
|
# UNMAINTAINED
|
||||||
- name: OSM
|
- name: OSM
|
||||||
include_role:
|
include_role:
|
||||||
name: osm
|
name: osm
|
||||||
when: osm_install is defined and osm_install
|
when: osm_install is defined and osm_install
|
||||||
tags: osm
|
tags: osm, maps
|
||||||
|
|
||||||
# UNMAINTAINED
|
# UNMAINTAINED
|
||||||
- name: PATHAGAR
|
- name: PATHAGAR
|
||||||
|
|
Loading…
Reference in a new issue