docker_image: fix default handling of old docker-build options nocache and rm (#56610)

* Fix usage of nocache parameter.

* Fix defaults.

* Add changelog.
This commit is contained in:
Felix Fontein
2019-05-28 20:47:31 +02:00
committed by GitHub
parent 1b66a13186
commit 56e2d48612
2 changed files with 6 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
bugfixes:
- "docker_image - if ``nocache`` set to ``yes`` but not ``build.nocache``, the module failed."
- "docker_image - if ``build`` was not specified, the wrong default for ``build.rm`` is used."