diff options
author | Sloane Hertel <19572925+s-hertel@users.noreply.github.com> | 2023-01-26 20:15:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-26 20:15:18 +0100 |
commit | 321848e98d9e565ee3f78c8c37ca879a8e3c55c1 (patch) | |
tree | 4ac0eca1c3c96544378e9edae444746da8ba0b69 /changelogs | |
parent | ansible-test - Deprecate the foreman test plugin (#79821) (diff) | |
download | ansible-321848e98d9e565ee3f78c8c37ca879a8e3c55c1.tar.xz ansible-321848e98d9e565ee3f78c8c37ca879a8e3c55c1.zip |
fix installing collections from git repos that contain MANIFEST.json (#79808)
* add null 'manifest' key to metadata for git repo collections containing MANIFEST.json
changelog
* set to Sentinel instead of None
* Test installing a collection in a git repo that contains a MANIFEST.json
* fix test
* Update changelogs/fragments/ansible-galaxy-install-git-src-manifest.yml
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/ansible-galaxy-install-git-src-manifest.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-galaxy-install-git-src-manifest.yml b/changelogs/fragments/ansible-galaxy-install-git-src-manifest.yml new file mode 100644 index 0000000000..684d978eef --- /dev/null +++ b/changelogs/fragments/ansible-galaxy-install-git-src-manifest.yml @@ -0,0 +1,2 @@ +bugfixes: + - ansible-galaxy - fix installing collections in git repositories/directories which contain a MANIFEST.json file (https://github.com/ansible/ansible/issues/79796). |