summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorSloane Hertel <19572925+s-hertel@users.noreply.github.com>2021-09-01 12:36:09 -0400
committerGitHub <noreply@github.com>2021-09-01 18:36:09 +0200
commitf38a97cece7eb28ee93dac9ff4d734f657b7a9c4 (patch)
treef21c7f4b0373edc0798e31a0d388a17ee85aede6 /changelogs
parentd6dededab8cfc68663ca5802b244f7cfb9a3a113 (diff)
downloadansible-f38a97cece7eb28ee93dac9ff4d734f657b7a9c4.tar.gz
Fix build_ignore when installing a collection from source (#75547)
* Make individual dirs that should exist instead of using shutil.copytree * Test build_ignore when installing collections in git repos * changelog * Fix assertion Fix git directory * Fix nested content while building the collection dir Test installing a collection from a git repo and artifact have the same result Refactor to use variables
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/75547-fix-installing-collections-from-source.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/75547-fix-installing-collections-from-source.yaml b/changelogs/fragments/75547-fix-installing-collections-from-source.yaml
new file mode 100644
index 0000000000..67baec252a
--- /dev/null
+++ b/changelogs/fragments/75547-fix-installing-collections-from-source.yaml
@@ -0,0 +1,2 @@
+bugfixes:
+ - ansible-galaxy - Fix a bug with build_ignore when installing collections from source (https://github.com/ansible/ansible/issues/75528).