From 9539284010eb4bc7e50a30751de2b978c8db5675 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Mon, 2 Jul 2018 16:03:37 -0400 Subject: [PATCH] nsupdate.py: Fix typo (#42209) Signed-off-by: David Galloway --- lib/ansible/modules/net_tools/nsupdate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/net_tools/nsupdate.py b/lib/ansible/modules/net_tools/nsupdate.py index 74cc279f52b..8cda9911991 100644 --- a/lib/ansible/modules/net_tools/nsupdate.py +++ b/lib/ansible/modules/net_tools/nsupdate.py @@ -53,7 +53,7 @@ options: key_algorithm: description: - 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'] default: 'hmac-md5' zone: @@ -322,7 +322,7 @@ class RecordManager(object): def main(): 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( argument_spec=dict(