Update application.yml

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

View File

@ -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 }