mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
Update application.yml
This commit is contained in:
parent
4791f62c98
commit
c44ea6b311
1 changed files with 1 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue