Update application.yml

This commit is contained in:
qiaofeng1227 2022-09-07 10:31:49 +08:00 committed by GitHub
parent 4791f62c98
commit c44ea6b311
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@
wget -N https://raw.githubusercontent.com/Websoft9/StackHub/main/apps/roles/{{appname}}/templates/.env
cat .env
register: env_content
when: env_content is not defined or env_content is none
when: env_content.stdout == ""
roles:
- { role: role_common, tags: "role_common" }