summaryrefslogtreecommitdiffstats
path: root/roles/ands_facts/tasks/storage.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/ands_facts/tasks/storage.yml')
-rw-r--r--roles/ands_facts/tasks/storage.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/ands_facts/tasks/storage.yml b/roles/ands_facts/tasks/storage.yml
index 888ad70..b902a81 100644
--- a/roles/ands_facts/tasks/storage.yml
+++ b/roles/ands_facts/tasks/storage.yml
@@ -5,7 +5,9 @@
ands_configure_heketi: "{{ ands_configure_heketi }}"
- name: Detect Heketi
- set_fact: ands_storage_domains="{{ ands_storage_domains | union([ands_heketi_domain]) }}"
+ set_fact:
+ ands_storage_domains: "{{ ands_storage_domains | union([ands_heketi_domain]) }}"
+ ands_block_volumes: "{{ ands_block_volumes }}"
when:
- ands_configure_heketi
- ands_heketi_domain is defined