Update main.yml

This commit is contained in:
qiaofeng1227 2022-07-27 09:27:11 +08:00 committed by GitHub
parent ec0d0abae0
commit afeca72d66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,3 @@
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