mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-12-12 09:20:39 +00:00
Update application.yml
This commit is contained in:
parent
44fd13bfb6
commit
612c638442
1 changed files with 0 additions and 15 deletions
|
@ -23,21 +23,6 @@
|
|||
cat .env
|
||||
register: env_content
|
||||
failed_when: False
|
||||
|
||||
- debug:
|
||||
msg: "{{env_content}}"
|
||||
|
||||
- name: App without docker register
|
||||
shell : |
|
||||
wget -N https://raw.githubusercontent.com/Websoft9/StackHub/main/apps/roles/{{appname}}/templates/.env
|
||||
cat .env
|
||||
register: app_without_docker
|
||||
when: env_content.stdout == ""
|
||||
|
||||
- debug:
|
||||
msg: "{{appname}}"
|
||||
- debug:
|
||||
msg: "{{app_without_docker}}"
|
||||
|
||||
roles:
|
||||
|
||||
|
|
Loading…
Reference in a new issue