Update main.yml

This commit is contained in:
qiaofeng1227 2022-07-18 10:54:03 +08:00 committed by GitHub
parent 38f0553cef
commit 12dbfd9a87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,10 +9,6 @@
delay: 10
timeout: 300
- name: Check {{appname}} Version
shell: |
sudo echo -e "elk_version: `docker exec -it elasticstack-elasticsearch bin/elasticsearch --version | awk -F ' ' '{print $2}'`" |sudo tee -a /data/logs/install_version.txt
- block:
- pause:
prompt: "Please login to Kibana UI and check it, then input Enter to continue"