diff --git a/apps/application.yml b/apps/application.yml index 8954ee9f..efedcec5 100644 --- a/apps/application.yml +++ b/apps/application.yml @@ -43,9 +43,9 @@ when: pre_exists.status is defined and pre_exists.status == 200 roles: - - { role: "{{appname}}", tags: "{{appname}}" } - { role: role_nginx, tags: "role_nginx" } - { role: install, tags: "install" } + - { role: "{{appname}}", tags: "{{appname}}" } - { role: role_init, tags: "role_init" } - { role: role_preend, tags: "preend" } - { role: role_end, tags: "role_end" }