Update application.yml
This commit is contained in:
parent
fd5c459fcd
commit
4791f62c98
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@
|
|||
cat .env
|
||||
register: env_content
|
||||
failed_when: False
|
||||
|
||||
|
||||
- debug:
|
||||
msg: {{env_content}}
|
||||
msg: "{{env_content}}"
|
||||
|
||||
- name: App without docker register
|
||||
shell : |
|
||||
|
|
Loading…
Add table
Reference in a new issue