From cc6f41f76a03528bd801768b1d1c8469839c99a9 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 9 Oct 2018 15:43:08 -0400 Subject: [PATCH] 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 --- tests/functional/lvm_setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: