tripleo-ansible/releasenotes/notes/fix_nvdimm_ns_check-cb0837b5dbf40ab7.yaml
Martin Schuppert c437eacb13 Fix check for existing nvdimm namespaces
Due to the use of a folding block operator instead of the literal block
operator the check for existing namespaces does not work correct and
namespaces get created on subsequent deploy runs even if they already
exist. Now namespaces won't get created if the are already there.

Change-Id: I7ada7a7b78b7930a68d0204e217e3640c3dd5c73
2020-12-14 11:37:13 +01:00

8 lines
310 B
YAML

---
fixes:
- |
Due to the use of a folding block operator instead of the literal block
operator the check for existing namespaces does not work correct and
namespaces get created on subsequent deploy runs even if they already
exist. Now namespaces won't get created if the are already there.