mirror of https://github.com/ansible/ansible.git
docker_container: improve log_options idempotency by converting to string (#54955)
* Warn when log_options values are not strings.
* Add changelog.
* Improve message.
* Improve formatting and formulation of other messages.
* Add test for warning.
* Trying double escaping.
(cherry picked from commit d64b17731d)
pull/55406/head
parent
1a499c6a6a
commit
f27481a6e8
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "docker_container - fix idempotency of ``log_options`` when non-string values are used. Also warn user that this is the case."
|
||||
Loading…
Reference in New Issue