mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Add validity check for [Driver][IPAddress] else use docker-machine ip command. (#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. * Add changelog fragment. * Corrected module name in changelog fragment. Co-authored-by: Ben Roose <ben.roose@wichita.edu>
This commit is contained in:
parent
b00ee3b807
commit
3ff7a0baf2
2 changed files with 19 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue