mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-27 17:06:42 +00:00
An inner single-quote pair breaks out of the outer single-quote pair. Rather than escaping the inner quotes to protect against this, just use the fact that `str()` is equivalent to `""`.