-
Notifications
You must be signed in to change notification settings - Fork 666
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove code that modifies ansible import paths
As part of new test-isolation strategy, molecule will no longer take care itself about modification of: - ANSIBLE_COLLECTIONS_PATH - ANSIBLE_ROLES_PATH - ANSIBLE_LIBRARY - ANSIBLE_FILTER_PLUGINS Test isolation is supposed to be covered transparently by ansible-compat runtime when code runs inside a virtual environment. Related: https://ansible.readthedocs.io/projects/dev-tools/user-guide/test-isolation/
- Loading branch information
Showing
8 changed files
with
4 additions
and
346 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -178,3 +178,4 @@ tests/fixtures/resources/.extensions/ | |
|
||
# docs output | ||
_readthedocs/ | ||
.ansible |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.