mirror of https://github.com/ceph/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 <gabrioux@redhat.com>pull/3212/head
parent
ce8e740f62
commit
cc6f41f76a
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
|
||||
- hosts: osds
|
||||
gather_facts: false
|
||||
gather_facts: true
|
||||
become: yes
|
||||
tasks:
|
||||
|
||||
|
|
Loading…
Reference in New Issue