mirror of https://github.com/ansible/ansible.git
Add validity check for [Driver][IPAddress] else use docker-machine ip command. (#69696)
* Add validity check for [Driver][IPAddress] else use docker-machine ip command. (backport of https://github.com/ansible-collections/community.general/pull/412) * Add validity check for [Driver][IPAddress] else use docker-machine ip command. * Note why we fallback to the `docker-machine ip <machine name>` command. Co-authored-by: Ben Roose <ben.roose@wichita.edu> * Backport the changelog as requested. Co-authored-by: Ben Roose <ben.roose@wichita.edu>pull/69409/head
parent
eb2fae7951
commit
0e9477262f
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- docker_machine - fallback to ip subcommand output if IPAddress is missing (https://github.com/ansible-collections/community.general/issues/412).
|
||||
Loading…
Reference in New Issue