Update main.yml

This commit is contained in:
qiaofeng1227 2022-08-01 14:39:08 +08:00 committed by GitHub
parent fbd3ccda71
commit d9b3f778cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,3 +2,9 @@
include_tasks: tasks/install.yml
vars:
app: "elk"
- name: Output elk version
shell: |
wget -O /tmp/containers_version.sh https://raw.githubusercontent.com/Websoft9/StackHub/main/scripts/containers_version.sh
bash /tmp/containers_version.sh
rm -f /tmp/containers_version.sh