From: Guillaume Abrioux Date: Tue, 9 Oct 2018 19:43:08 +0000 (-0400) Subject: tests: fix lvm2 setup issue X-Git-Tag: v3.2.0beta4~7 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=cc6f41f76a03528bd801768b1d1c8469839c99a9;p=ceph-ansible.git 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 --- diff --git a/tests/functional/lvm_setup.yml b/tests/functional/lvm_setup.yml index f1f4801d6..ef30614eb 100644 --- a/tests/functional/lvm_setup.yml +++ b/tests/functional/lvm_setup.yml @@ -1,7 +1,7 @@ --- - hosts: osds - gather_facts: false + gather_facts: true become: yes tasks: