Update application.yml

This commit is contained in:
qiaofeng1227 2022-09-07 12:42:02 +08:00 committed by GitHub
parent aad03f9c1c
commit 77dd4cd40e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,8 @@
- debug:
msg: "{{appname}}"
- debug:
msg: "{{env_content}}"
msg: "hahha"
when: env_content.stdout.find('APP_HTTP_PORT') != -1
roles:
- { role: role_nginx, tags: "role_nginx", when: env_content.stdout.find('APP_HTTP_PORT') != -1 }