mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 23:31:25 -07:00
* vmware_guest: networks definition as a list Currently the networks definition is a dict, with the network range as key. This is problematic if the network information is coming from other sources. This patch turns the networks definition into a list. This fixes #19222. * Remove the option to provide either netmask or network It is more concise if there's only one way to configure it. So provide both `ip` and `network`. (I also re-indented a section due to a useless check) * Fix bugs reported by @dav1x Thanks ! |
||
---|---|---|
.. | ||
cli | ||
compat | ||
config | ||
errors | ||
executor | ||
galaxy | ||
inventory | ||
module_utils | ||
modules | ||
parsing | ||
playbook | ||
plugins | ||
template | ||
utils | ||
vars | ||
__init__.py | ||
constants.py | ||
release.py | ||
test-requirements.txt |