mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
Update application.yml
This commit is contained in:
parent
612c638442
commit
1de5d58568
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user