mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
'osm_vector_maps_installed: True' for /etc/iiab/iiab_state.yml
This commit is contained in:
parent
cd2ec0333b
commit
ed2de9f35d
1 changed files with 6 additions and 0 deletions
|
@ -98,3 +98,9 @@
|
||||||
systemd:
|
systemd:
|
||||||
name: nginx
|
name: nginx
|
||||||
state: reloaded
|
state: reloaded
|
||||||
|
|
||||||
|
- name: "Add 'osm_vector_maps_installed: True' to {{ iiab_state_file }}"
|
||||||
|
lineinfile:
|
||||||
|
dest: "{{ iiab_state_file }}" # /etc/iiab/iiab_state.yml
|
||||||
|
regexp: '^osm_vector_maps_installed'
|
||||||
|
line: 'osm_vector_maps_installed: True'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue