mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
Update main.yml
This commit is contained in:
parent
ea58de99c3
commit
b7aa03fe5d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
- name: Check {{appname}} Version
|
||||
shell: |
|
||||
sudo echo -e "elk_version: `docker exec -it elk-elasticsearch bin/elasticsearch --version | awk -F ' ' '{print $2}'`" |sudo tee -a /data/logs/install_version.txt
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue