Update main.yml

This commit is contained in:
qiaofeng1227 2022-07-25 11:41:40 +08:00 committed by GitHub
parent 8c83d0ae00
commit fd43504ab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,3 +2,14 @@
include_tasks: tasks/install.yml
vars:
app: "elk"
- 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