From 52b8d4f02e620f53c9320054adc398f1a6b9ee8a Mon Sep 17 00:00:00 2001 From: David Lehman Date: Mon, 28 Oct 2019 18:04:49 -0400 Subject: [PATCH] Add a default empty volume list to pools. --- defaults/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults/main.yml b/defaults/main.yml index 7b500e5e..3f0380fb 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -7,6 +7,7 @@ storage_disklabel_type: null # leave unset to allow the role to select an appro storage_pool_defaults: state: "present" type: lvm + volumes: [] storage_volume_defaults: state: "present"