diff options
author | Matt Davis <nitzmahone@users.noreply.github.com> | 2020-06-15 16:22:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 16:22:25 -0700 |
commit | de63cba7e88ea509930f8f695fcdc2b2fe61be2a (patch) | |
tree | eed553d33b839e91d1d45b5962438f93181709d0 /changelogs | |
parent | 7641d32f8ec0f18722ded8b2bea253a705d3917c (diff) | |
download | ansible-de63cba7e88ea509930f8f695fcdc2b2fe61be2a.tar.gz |
transparent downstream vendoring (#69850)
* builtin downstream vendoring support
* allows downstream packagers to install packages to `ansible/_vendor` that will automatically be added to head of sys.path during `ansible` package load
* tests
* sort conflicting package names in warning text
* sanity fixes
* skip unnecessary comparison
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/downstream_vendoring.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/downstream_vendoring.yml b/changelogs/fragments/downstream_vendoring.yml new file mode 100644 index 0000000000..e3a41f87d1 --- /dev/null +++ b/changelogs/fragments/downstream_vendoring.yml @@ -0,0 +1,2 @@ +minor_changes: +- downstream packagers may install packages under ansible._vendor, which will be added to head of sys.path at ansible package load |