]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: fix lvm2 setup issue
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 9 Oct 2018 19:43:08 +0000 (15:43 -0400)
committerSébastien Han <seb@redhat.com>
Tue, 9 Oct 2018 20:12:54 +0000 (16:12 -0400)
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>
tests/functional/lvm_setup.yml

index f1f4801d63fdfee92dcbdcf0ab9e8ce0305ab8cd..ef30614eb529eaa873c641f8b5823fb27adfa5af 100644 (file)
@@ -1,7 +1,7 @@
 ---
 
 - hosts: osds
-  gather_facts: false
+  gather_facts: true
   become: yes
   tasks: