Update application.yml

This commit is contained in:
qiaofeng1227 2022-09-07 12:30:52 +08:00 committed by GitHub
parent 01d2b356c7
commit 3612856d57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,8 +33,9 @@
cat .env
register: env_content
when: env_content.stdout == ""
- debug:
msg: "{{env_content}}"
msg: "show {{env_content}}"
roles:
- { role: role_common, tags: "role_common" }
- { role: role_cloud, tags: "role_cloud" }