Toggle navigation
Toggle navigation
This project
Loading...
Sign in
马力
/
yoho-ansible-roles
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chunhua.zhang
2018-06-26 19:18:00 +0800
Commit
30d324af64c4af1742317643b690597ba4d01a94
1 parent
517339d3
add
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
roles/openresty/tasks/main.yml
roles/openresty/tasks/main.yml
View file @
30d324a
...
...
@@ -5,8 +5,8 @@
-
name
:
make sure openresty foler exist
stat
:
path
:
"
{{
path
}}"
register
:
stat_result
path
:
"
{{
path
}}"
register
:
stat_result
fail
:
msg
:
"
openresty
{{
path
}}
not
exist!"
when
:
stat_result.stat.exists == False
...
...
Please
register
or
login
to post a comment