mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
Update application.yml
This commit is contained in:
parent
445d3c511d
commit
883a1a7aad
@ -25,7 +25,7 @@
|
||||
failed_when: False
|
||||
|
||||
- debug:
|
||||
msg: "{{env_content.out}}"
|
||||
msg: "{{env_content}}"
|
||||
|
||||
- name: App without docker register
|
||||
shell : |
|
||||
@ -37,7 +37,7 @@
|
||||
- debug:
|
||||
msg: "{{appnme}}"
|
||||
- debug:
|
||||
msg: "{{env_content.stdout}}"
|
||||
msg: "{{env_content}}"
|
||||
roles:
|
||||
|
||||
- { role: role_nginx, tags: "role_nginx", when: env_content.stdout.find('APP_HTTP_PORT') != -1 }
|
||||
|
Loading…
Reference in New Issue
Block a user