fc2b247f64
Currently we skip installation if it's set to any value, even false. Change-Id: I980d91302e58c086210cbcdb1e51dfcd05ec1722
8 lines
270 B
YAML
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``.
|