Update application.yml
This commit is contained in:
parent
612c638442
commit
1de5d58568
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue