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:24:49 +0800
Commit
34f65d006196501488a5c7712214d5c1964b3b8e
1 parent
2c441d64
add
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
roles/openresty/tasks/main.yml
roles/openresty/tasks/main.yml
View file @
34f65d0
---
# tasks file for openresty
-
name
:
make sure openresty foler exist
stat
:
-
stat
:
path
:
"
{{
path
}}"
register
:
stat_result
fail
:
-
fail
:
msg
:
"
openresty
{{
path
}}
not
exist!"
when
:
stat_result.stat.exists == False
...
...
Please
register
or
login
to post a comment