Update application.yml

This commit is contained in:
qiaofeng1227 2022-08-16 18:01:47 +08:00 committed by GitHub
parent ef4de31c85
commit 16247399ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
- { role: role_common, tags: "role_common" }
- { role: role_cloud, tags: "role_cloud" }
- { role: "{{appname}}", tags: "{{appname}}" }
- { role: role_nginx, tags: "role_nginx" }
- { role: role_nginx, tags: "role_nginx", when: appname != 'bt' }
- { role: role_init, tags: "role_init" }
- { role: role_preend, tags: "preend" }
- { role: role_end, tags: "role_end" }