Update application.yml

This commit is contained in:
qiaofeng1227 2022-09-07 12:39:40 +08:00 committed by GitHub
parent 445d3c511d
commit 883a1a7aad
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.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 }