mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
nsupdate.py: Fix typo (#42209)
Signed-off-by: David Galloway <dgallowa@redhat.com>
This commit is contained in:
committed by
John R Barker
parent
db7300904d
commit
9539284010
@@ -53,7 +53,7 @@ options:
|
|||||||
key_algorithm:
|
key_algorithm:
|
||||||
description:
|
description:
|
||||||
- Specify key algorithm used by C(key_secret).
|
- Specify key algorithm used by C(key_secret).
|
||||||
choices: ['HMAC-MD5.SIG-ALG.REG.INT', 'hmac-md5', 'hmac-sha1', 'hmac-sha224', 'hmac-sha256', 'hamc-sha384',
|
choices: ['HMAC-MD5.SIG-ALG.REG.INT', 'hmac-md5', 'hmac-sha1', 'hmac-sha224', 'hmac-sha256', 'hmac-sha384',
|
||||||
'hmac-sha512']
|
'hmac-sha512']
|
||||||
default: 'hmac-md5'
|
default: 'hmac-md5'
|
||||||
zone:
|
zone:
|
||||||
@@ -322,7 +322,7 @@ class RecordManager(object):
|
|||||||
|
|
||||||
def main():
|
def main():
|
||||||
tsig_algs = ['HMAC-MD5.SIG-ALG.REG.INT', 'hmac-md5', 'hmac-sha1', 'hmac-sha224',
|
tsig_algs = ['HMAC-MD5.SIG-ALG.REG.INT', 'hmac-md5', 'hmac-sha1', 'hmac-sha224',
|
||||||
'hmac-sha256', 'hamc-sha384', 'hmac-sha512']
|
'hmac-sha256', 'hmac-sha384', 'hmac-sha512']
|
||||||
|
|
||||||
module = AnsibleModule(
|
module = AnsibleModule(
|
||||||
argument_spec=dict(
|
argument_spec=dict(
|
||||||
|
|||||||
Reference in New Issue
Block a user