mirror of https://github.com/ansible/ansible.git
Fix path object convertion to string
For Windows path, there is a difference between `str(p)` & `p.as_posix()`pull/83600/head
parent
be6e985313
commit
2b7ed0fdd2
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- fileglob lookup - Pattern matching on directory & file (https://github.com/ansible/ansible/pull/83600)
|
Loading…
Reference in New Issue