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