- AnsibleModule.__init__() does not accept supports_diff or supports_diff_mode
- Diff mode support is declared via attributes in DOCUMENTATION
- This was the actual root cause of the error
- Bump version to 1.3.2
- Correct supports_diff_mode to supports_diff in nsupdate_zone.py
- This fixes: AnsibleModule.__init__() got an unexpected keyword argument 'supports_diff_mode'
- Bump version to 1.3.1
Version 1.2.0 includes:
- Display class integration for Ansible-standard verbosity
- Enhanced --diff flag showing detailed record changes
- Improved logging following Ansible Developer Guide
- Compliance with ansible-creator agents.md specifications
Version 1.1.0 includes:
- New ignore_soa_records and ignore_dnssec_records flags
- Record validation with comprehensive error messages
- Global dns_server parameter
- Verbose output with per-record actions
- Full diff mode support