Update application.yml

This commit is contained in:
qiaofeng1227 2022-09-07 10:35:19 +08:00 committed by GitHub
parent e9d399c782
commit 3138c3490a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,8 @@
register: env_content
when: env_content.stdout == ""
- debug:
msg: "{{env_content}}"
roles:
- { role: role_common, tags: "role_common" }
- { role: role_cloud, tags: "role_cloud" }