Files
valid.nsupdate_zone/plugins/modules/nsupdate_zone.py
Daniel Akulenok 2a501535c6 Remove options validation from argument_spec to allow any extra keys
- Remove 'options' from zones and records in argument_spec
- This prevents Ansible from pre-validating structure before module code runs
- Module now accepts any dict structure and filters to known keys in code
- Add proper validation of required fields in _filter_zone_config()
- Now truly allows arbitrary extra keys like 'comment', 'type', etc. without errors
2026-01-29 21:48:56 +01:00

36 KiB