Merge "Fix missing logstash device error"

This commit is contained in:
Zuul 2018-10-17 02:03:56 +00:00 committed by Gerrit Code Review
commit 0021542700
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
- name: Check queue type
block:
- name: Get block device for logstash
command: findmnt -no SOURCE --target=/var/lib/logstash
command: findmnt -vno SOURCE --target=/var/lib/logstash
changed_when: false
register: _logstash_block_device