1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

when: not osm_redirect.stat.exists

This commit is contained in:
A Holt 2019-07-07 21:30:13 -04:00 committed by GitHub
parent ea704596d1
commit 75ea18803b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,4 +88,4 @@
copy: copy:
src: test-index.redirect src: test-index.redirect
dest: "{{ vector_map_path }}/index.html" dest: "{{ vector_map_path }}/index.html"
when: osm_redirect.stat.exists when: not osm_redirect.stat.exists