-
Notifications
You must be signed in to change notification settings - Fork 664
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass etc_hosts through to docker_container module if set in molecule …
…config (#1972) * set etc_hosts in docker_container module if set in molecule config Signed-off-by: Jeremy Zafran <[email protected]> * Add test for etc_hosts The "etc_hosts" is set to string for usability. More detail see, https://stackoverflow.com/questions/39224679/ansible-docker-container-etc-hosts-with-variable-key Signed-off-by: benjah1 <[email protected]> * add type dict to etc_hosts and fix unit test Signed-off-by: benjah1 <[email protected]>
- Loading branch information
Showing
5 changed files
with
13 additions
and
0 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
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