mirror of https://github.com/ansible/ansible.git
[stable-2.16] find: do not fail on PermissionError (#82880)
* Log and skip permission errors on files and directories
Fixes: #82027
(cherry picked from commit f73d72e830
)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/83024/head
parent
edbb6d1d59
commit
416517c90e
@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- find - do not fail on Permission errors (https://github.com/ansible/ansible/issues/82027).
|
@ -1 +1,3 @@
|
||||
shippable/posix/group1
|
||||
destructive
|
||||
needs/root
|
@ -1,3 +1,4 @@
|
||||
dependencies:
|
||||
- prepare_tests
|
||||
- setup_test_user
|
||||
- setup_remote_tmp_dir
|
||||
|
Loading…
Reference in New Issue