diff options
author | Jordan Borean <jborean93@gmail.com> | 2019-09-19 01:04:22 +1000 |
---|---|---|
committer | Toshio Kuratomi <a.badger@gmail.com> | 2019-09-18 09:27:27 -0700 |
commit | a3ff8e057944f0f2215fa8174048e79c27f33029 (patch) | |
tree | a82e425a5667163a21482aa57626b520466d4c76 /changelogs | |
parent | b300cbf75764f96c9f6b015dd9707ef6e19ca99c (diff) | |
download | ansible-a3ff8e057944f0f2215fa8174048e79c27f33029.tar.gz |
Add fix for specifying current dir in collections_paths (#62478)
(cherry picked from commit 2e1c6a78396624d8c01a603f1247eb4b3326fd82)
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/collection-prefix-basedir.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/collection-prefix-basedir.yaml b/changelogs/fragments/collection-prefix-basedir.yaml new file mode 100644 index 0000000000..674de8043f --- /dev/null +++ b/changelogs/fragments/collection-prefix-basedir.yaml @@ -0,0 +1,2 @@ +bugfixes: +- Fix issue where the collection loader tracebacks if ``collections_paths = ./`` is set in the config |