Update application.yml

This commit is contained in:
qiaofeng1227 2022-09-07 12:52:44 +08:00 committed by GitHub
parent 83af0df298
commit d5ae03225a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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