Update application.yml
This commit is contained in:
parent
1a9f9f4a9c
commit
445d3c511d
1 changed files with 4 additions and 4 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Reference in a new issue