mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 17:23:09 +00:00
Commit f71542c set the incorrect type for these two parameters to dict when they are actually list of dicts. Also, the extra_dhcp_opts was incorrectly named (without the terminal 's') and NEVER worked, so this was corrected. Fixes #3301