Make kill_signal accept strings. (#506)

This commit is contained in:
Felix Fontein
2022-11-28 22:10:07 +01:00
committed by GitHub
parent 70d68dd2bd
commit edf0d3ec99
2 changed files with 3 additions and 1 deletions
@@ -0,0 +1,2 @@
bugfixes:
- "docker_container - the ``kill_signal`` option erroneously did not accept strings anymore since 3.0.0 (https://github.com/ansible-collections/community.docker/issues/505, https://github.com/ansible-collections/community.docker/pull/506)."