Authored by chunhua.zhang

add name

... ... @@ -5,7 +5,8 @@
- stat:
path: "{{ path }}"
register: stat_result
- fail:
- name: "make sure openresty path exist"
fail:
msg: " openresty {{ path }} not exist!"
when: stat_result.stat.exists == False
... ...