mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
Update application.yml
This commit is contained in:
parent
77dd4cd40e
commit
83af0df298
@ -38,7 +38,7 @@
|
|||||||
msg: "{{appname}}"
|
msg: "{{appname}}"
|
||||||
- debug:
|
- debug:
|
||||||
msg: "hahha"
|
msg: "hahha"
|
||||||
when: env_content.stdout.find('APP_HTTP_PORT') != -1
|
when: env_content is not none and env_content.stdout.find('APP_HTTP_PORT') != -1
|
||||||
roles:
|
roles:
|
||||||
|
|
||||||
- { role: role_nginx, tags: "role_nginx", when: env_content.stdout.find('APP_HTTP_PORT') != -1 }
|
- { role: role_nginx, tags: "role_nginx", when: env_content.stdout.find('APP_HTTP_PORT') != -1 }
|
||||||
|
Loading…
Reference in New Issue
Block a user