tripleo-ansible/releasenotes/notes/fix_nvdimm_ns_check-cb0837b...

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.