Showing
1 changed file
with
2 additions
and
1 deletions
@@ -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 |
-
Please register or login to post a comment