8cc23c0802
* [docker_container] Failing on non-string env values (#49843)
* [docker_container] Failing on non-string env values
Fixes #49802
* Clarify failure message
Co-Authored-By: DBendit <David@ibendit.com>
* Fixup from review
(cherry picked from commit d62d7176b0
)
* Turn fail into warning for 2.7 backport.
* Fix test for backport
The behaviour in the backport is to warn rather than error
4 lines
208 B
YAML
4 lines
208 B
YAML
---
|
|
bugfixes:
|
|
- "docker_container - warning when non-string env values are found, avoiding YAML parsing issues.
|
|
Will be made an error in Ansible 2.8. (https://github.com/ansible/ansible/issues/49802)"
|