We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f22dc commit b2aeaacCopy full SHA for b2aeaac
1 file changed
roles/common/tasks/main.yml
@@ -116,7 +116,7 @@
116
- name: Copy dummy Osm Vector Maps regions.json file if osm_vector_maps not enabled
117
copy:
118
src: map/regions.json
119
- dest: "{{ iiab_etc_path }}/regions.json"
+ dest: "{{ content_info }}/regions.json"
120
owner: root
121
group: root
122
mode: 0644
@@ -149,7 +149,7 @@
149
- name: Copy dummy Osm Vector Maps regions.json file if not exist
150
151
152
153
154
155
@@ -158,6 +158,6 @@
158
159
- name: Create a link to osm catalog in /common/assets
160
file:
161
- src: "{{ iiab_etc_path }}/regions.json"
+ src: "{{ content_info }}/regions.json"
162
dest: "{{ doc_root }}/common/assets/regions.json"
163
state: link
0 commit comments