Authored by chunhua.zhang

add name

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