ansible/changelogs/fragments/70256_stat_colon_split.yml
Abhijeet Kasurde 29169ae847
stat: Handle colon in filename (#70259)
Handle colon appearing in filename while parsing the mimetype and charset
using file command.

Fixes: #70256

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2020-06-25 14:21:50 -05:00

2 lines
130 B
YAML

bugfixes:
- stat - handle colons in filename while parsing the mimetype output (https://github.com/ansible/ansible/issues/70256).