Update main.yml
This commit is contained in:
parent
fbd3ccda71
commit
d9b3f778cb
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue