Update application.yml

This commit is contained in:
qiaofeng1227 2022-09-07 12:38:52 +08:00 committed by GitHub
parent 1a9f9f4a9c
commit 445d3c511d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,11 +35,11 @@
when: env_content.stdout == ""
- debug:
msg: "show {{appnme}}"
msg: "{{appnme}}"
- debug:
msg: "{{env_content.stdout}}"
roles:
- { role: role_common, tags: "role_common" }
- { role: role_cloud, tags: "role_cloud" }
- { role: "{{appname}}", tags: "{{appname}}" }
- { role: role_nginx, tags: "role_nginx", when: env_content.stdout.find('APP_HTTP_PORT') != -1 }
- { role: role_init, tags: "role_init" }
- { role: role_preend, tags: "preend" }