Update application.yml

This commit is contained in:
qiaofeng1227 2022-09-07 12:54:22 +08:00 committed by GitHub
parent d5ae03225a
commit 44fd13bfb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,13 +31,13 @@
shell : |
wget -N https://raw.githubusercontent.com/Websoft9/StackHub/main/apps/roles/{{appname}}/templates/.env
cat .env
register: env_content
register: app_without_docker
when: env_content.stdout == ""
- debug:
msg: "{{appname}}"
- debug:
msg: "{{env_content}}"
msg: "{{app_without_docker}}"
roles: