summaryrefslogtreecommitdiff
path: root/lib/ansible/galaxy
diff options
context:
space:
mode:
authorLee Garrett <lgarrett@rocketjump.eu>2023-03-01 21:04:53 +0100
committerLee Garrett <lgarrett@rocketjump.eu>2023-03-01 21:04:53 +0100
commit3cda7ad4dd15b514ff660905294b5b6330ecfb6f (patch)
tree527d16e74bfd1840c85efd675fdecad056c54107 /lib/ansible/galaxy
parent520506f035967306d0548a8f69a0fea3181dca35 (diff)
downloaddebian-ansible-core-3cda7ad4dd15b514ff660905294b5b6330ecfb6f.zip
New upstream version 2.14.3
Diffstat (limited to 'lib/ansible/galaxy')
-rw-r--r--lib/ansible/galaxy/collection/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ansible/galaxy/collection/__init__.py b/lib/ansible/galaxy/collection/__init__.py
index 7f04052e..7a144c0d 100644
--- a/lib/ansible/galaxy/collection/__init__.py
+++ b/lib/ansible/galaxy/collection/__init__.py
@@ -1570,6 +1570,7 @@ def install_src(collection, b_collection_path, b_collection_output_path, artifac
if 'build_ignore' not in collection_meta: # installed collection, not src
# FIXME: optimize this? use a different process? copy instead of build?
collection_meta['build_ignore'] = []
+ collection_meta['manifest'] = Sentinel
collection_manifest = _build_manifest(**collection_meta)
file_manifest = _build_files_manifest(
b_collection_path,