CmdRunner format as_list - check for min_len and max_len (#8288)

* CmdRunner format as_list - check for min_len and max_len

* Change default min len, add chglog frag
This commit is contained in:
Alexei Znamensky 2024-04-30 03:26:31 +12:00 committed by GitHub
commit 85f9d89510
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 57 additions and 38 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- cmd_runner module_utils - add validation for minimum and maximum length in the value passed to ``cmd_runner_fmt.as_list()`` (https://github.com/ansible-collections/community.general/pull/8288).