mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-31 15:53:09 +00:00
* Workaround for non-string values So I think the proper fix should go into html_ify, which should convert any value into a string, rather than expecting strings only. * My preferred solution