Update application.yml

This commit is contained in:
qiaofeng1227 2022-09-07 12:36:47 +08:00 committed by GitHub
parent 3612856d57
commit 1a9f9f4a9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@
failed_when: False
- debug:
msg: "{{env_content}}"
msg: "{{env_content.out}}"
- name: App without docker register
shell : |
@ -35,7 +35,7 @@
when: env_content.stdout == ""
- debug:
msg: "show {{env_content}}"
msg: "show {{appnme}}"
roles:
- { role: role_common, tags: "role_common" }
- { role: role_cloud, tags: "role_cloud" }