Remove invalid supports_diff parameter (v1.3.2)
- 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
This commit is contained in:
@@ -4,6 +4,20 @@ Valid.Nsupdate_zone Collection Release Notes
|
|||||||
|
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
v1.3.2
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix release removing invalid AnsibleModule parameter.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Remove invalid supports_diff parameter from AnsibleModule initialization
|
||||||
|
- Diff mode support is properly declared via attributes in DOCUMENTATION, not as __init__ parameter
|
||||||
|
|
||||||
v1.3.1
|
v1.3.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
namespace: "valid"
|
namespace: "valid"
|
||||||
name: "nsupdate_zone"
|
name: "nsupdate_zone"
|
||||||
version: 1.3.1
|
version: 1.3.2
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Dan Kercher
|
- Dan Kercher
|
||||||
|
|||||||
@@ -923,7 +923,6 @@ def main() -> None:
|
|||||||
dns_server=dict(type='str')
|
dns_server=dict(type='str')
|
||||||
),
|
),
|
||||||
supports_check_mode=True,
|
supports_check_mode=True,
|
||||||
supports_diff=True,
|
|
||||||
required_together=[
|
required_together=[
|
||||||
['key_name', 'key_secret']
|
['key_name', 'key_secret']
|
||||||
]
|
]
|
||||||
|
|||||||
BIN
valid-nsupdate_zone-1.3.1.tar.gz
Normal file
BIN
valid-nsupdate_zone-1.3.1.tar.gz
Normal file
Binary file not shown.
Reference in New Issue
Block a user