mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
Update application.yml
This commit is contained in:
parent
3612856d57
commit
1a9f9f4a9c
1 changed files with 2 additions and 2 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue