Update application.yml

This commit is contained in:
qiaofeng1227 2022-09-07 12:56:34 +08:00 committed by GitHub
parent 612c638442
commit 1de5d58568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,9 @@
failed_when: False
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" }