1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add docker connection plugin to changelog

This commit is contained in:
Toshio Kuratomi 2015-08-25 14:59:22 -07:00
parent 154754ae50
commit c81cff1977

View file

@ -179,6 +179,9 @@ New Lookups:
* ini
* shelvefile
New Connection Methods:
* Added a connection plugin for talking to docker containers on the ansible controller machine without using ssh
Minor changes:
* Many more tests, new API makes things more testable and we took advantage of it