Skip to content

2022-October-29 - 2.6+14196

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Oct 19:05
c5129da
Infra: fix ansible type-casting warning (add quotes) (#11171)

Ansible is printing a warning that numeric values are being
converted to strings. This update quotes those values so that
they start as strings and are not converted (and resolves the
warning about this implicit conversion)