bifrost/releasenotes/notes/skip-install-bfd642f5065cf304.yaml
Dmitry Tantsur fc2b247f64 Make skip_install a normal boolean variable
Currently we skip installation if it's set to any value, even false.

Change-Id: I980d91302e58c086210cbcdb1e51dfcd05ec1722
2020-07-17 14:26:27 +02:00

8 lines
270 B
YAML

---
upgrade:
- |
Previously installation used to be skipped completely if the
``skip_install`` variable is defined, independent of its value. This has
been fixed, and now installation is only skipped if ``skip_install`` is
defined and equals ``true``.