Update main.yml

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

View File

@ -8,3 +8,14 @@
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
- block:
- pause:
prompt: "Please login to Kibana UI and check it, then input Enter to continue"
echo: no
- name: Delete contains and images resources
shell: |
docker compose down -v
docker system prune --all --force
args:
chdir: /data/apps/elk