summaryrefslogtreecommitdiff
path: root/changelogs/fragments/69154-install-collection-from-git-repo.yml
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2020-06-17 14:22:38 -0500
committerGitHub <noreply@github.com>2020-06-17 14:22:38 -0500
commitcc071cdea6dedd5aaad6b184b751a187f2e2b880 (patch)
treeed2dc76d70609319e77158aca4784c52a2001f90 /changelogs/fragments/69154-install-collection-from-git-repo.yml
parent8152d8bc1a0981230d43b0e3e54085912193eb9b (diff)
downloadansible-cc071cdea6dedd5aaad6b184b751a187f2e2b880.tar.gz
Bump devel to 2.11.0 (#70121)
Signed-off-by: Rick Elrod <rick@elrod.me>
Diffstat (limited to 'changelogs/fragments/69154-install-collection-from-git-repo.yml')
-rw-r--r--changelogs/fragments/69154-install-collection-from-git-repo.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/changelogs/fragments/69154-install-collection-from-git-repo.yml b/changelogs/fragments/69154-install-collection-from-git-repo.yml
deleted file mode 100644
index e0e5a7385d..0000000000
--- a/changelogs/fragments/69154-install-collection-from-git-repo.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-minor_changes:
- - ansible-galaxy - Allow installing collections from git repositories.
- - ansible-galaxy - Requirement entries for collections now support a 'type' key to indicate whether the collection is a galaxy artifact, file, url, or git repo.
- - ansible-galaxy - Support both 'galaxy.yml' and 'galaxy.yaml' files for collections.