Update application.yml

This commit is contained in:
qiaofeng1227 2022-07-05 10:42:12 +08:00 committed by GitHub
parent 5da1fdbb16
commit e00e80c27b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" }