Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
yoho-ansible-roles
·
Commits
Go to a project
GitLab
Go to group
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:40:50 +0800
Commit
3aca4729b46518bf5378ecc980250d29ff7a8cd6
1 parent
17eb4ba5
add name
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
roles/openresty/tasks/main.yml
roles/openresty/tasks/main.yml
View file @
3aca472
...
...
@@ -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
...
...
Please
register
or
login
to post a comment