mirror of https://github.com/ansible/ansible.git
Make sure paths are treated correctly when building collection files manifest (#81619)
* Make sure paths are correct when building collection files manifest This commit makes sure the path of the files part of the collection build manifest are correct. This commit uses os.path.commonprefix instead of dealing with strings. Signed-off-by: Carlos Camacho <ccamacho@redhat.com> Bugfix Pull Request Fixes: #81618 * Revert the change note type to `minor_changes` * Clarify the change note with user-oriented details --------- Signed-off-by: Carlos Camacho <ccamacho@redhat.com> Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>pull/81738/head
parent
e4b9f9c6ae
commit
9244b2bff8
@ -0,0 +1,4 @@
|
||||
minor_changes:
|
||||
- >-
|
||||
ansible-galaxy - Started normalizing build directory with a trailing separator when building collections, internally.
|
||||
(https://github.com/ansible/ansible/pull/81619).
|
||||
Loading…
Reference in New Issue