Update application.yml

This commit is contained in:
qiaofeng1227 2022-10-22 09:08:35 +08:00 committed by GitHub
parent c5e5b074c8
commit fc58f30717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@
- name: Check if nginx is necessary - name: Check if nginx is necessary
shell : | shell : |
wget -N https://raw.githubusercontent.com/Websoft9/docker-{{appname}}/main/.env wget -N https://raw.githubusercontent.com/Websoft9/docker-library/main/apps/{{appname}}/.env
cat .env cat .env
register: env_content register: env_content
failed_when: False failed_when: False