From 69fb94a964ec3bf7614d90dbb0d6c0558def6759 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 e3f14b1e..14fcb626 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -8,6 +8,7 @@ storage_safe_mode: true # fail instead of implicitly/automatically removing dev storage_pool_defaults: state: "present" type: lvm + volumes: [] encryption: false encryption_passphrase: null