ansible/changelogs/fragments/find_walk_warnings.yml
Brian Coca 35ff4ea95b
warn on walking through pathing issues (#74514)
* warn show pathing issues when wallking through provided paths

  moved issues from msg to actual warnings AND a specific return field

  fixes #25314

Co-authored-by: Sam Doran <sdoran@redhat.com>
2021-05-06 16:14:33 -04:00

3 lines
96 B
YAML

bugfixes:
- find does not ignore errors from os.walk anymore and issues warnings as expected.