cmd_runner: allow bool format to pass alternate (false) value (#5647)

* allow bool format to pass alternate (false) value

* add changelog fragment
This commit is contained in:
Alexei Znamensky
2022-12-05 00:18:33 +13:00
committed by GitHub
parent 23aacc78e1
commit be22ca0633
3 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- cmd_runner module utils - ``cmd_runner_fmt.as_bool()`` can now take an extra parameter to format when value is false (https://github.com/ansible-collections/community.general/pull/5647).