mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +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 `""`.