tests: fix lvm2 setup issue

not gathering fact causes `package` module to fail because it needs to
detect which OS we are running on to select the right package manager.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/3212/head
Guillaume Abrioux 2018-10-09 15:43:08 -04:00 committed by Sébastien Han
parent ce8e740f62
commit cc6f41f76a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
- hosts: osds
gather_facts: false
gather_facts: true
become: yes
tasks: