diff --git a/plugins/modules/aci_aaa_user.py b/plugins/modules/aci_aaa_user.py index e9f995758..2836e1192 100644 --- a/plugins/modules/aci_aaa_user.py +++ b/plugins/modules/aci_aaa_user.py @@ -36,7 +36,7 @@ description: - The name of the locally-authenticated user user to add. type: str - aliases: [ name, user ] + aliases: [ name ] clear_password_history: description: - Whether to clear the password history of a locally-authenticated user. diff --git a/plugins/modules/aci_aaa_user_certificate.py b/plugins/modules/aci_aaa_user_certificate.py index 4eea3198d..f2cad1eb5 100644 --- a/plugins/modules/aci_aaa_user_certificate.py +++ b/plugins/modules/aci_aaa_user_certificate.py @@ -37,7 +37,6 @@ description: - The name of the user certificate entry in ACI. type: str - aliases: [ cert_name ] state: description: - Use C(present) or C(absent) for adding or removing. diff --git a/plugins/modules/aci_l3out_hsrp_secondary_vip.py b/plugins/modules/aci_l3out_hsrp_secondary_vip.py index c9902ba76..f4fd4b1d3 100644 --- a/plugins/modules/aci_l3out_hsrp_secondary_vip.py +++ b/plugins/modules/aci_l3out_hsrp_secondary_vip.py @@ -36,7 +36,7 @@ description: - Name of an existing interface profile. type: str - aliases: [ name, interface_profile_name, logical_interface ] + aliases: [ interface_profile_name, logical_interface ] hsrp_interface_group: description: - Name of an existing HSRP group. diff --git a/plugins/modules/aci_l3out_logical_interface_profile_ospf_policy.py b/plugins/modules/aci_l3out_logical_interface_profile_ospf_policy.py index 2d1a407ae..74509af3a 100644 --- a/plugins/modules/aci_l3out_logical_interface_profile_ospf_policy.py +++ b/plugins/modules/aci_l3out_logical_interface_profile_ospf_policy.py @@ -37,7 +37,7 @@ description: - Name of an existing interface profile. type: str - aliases: [ name, interface_profile_name, logical_interface ] + aliases: [ interface_profile_name, logical_interface ] ospf_policy: description: - Name of an existing OSPF interface policy. diff --git a/plugins/modules/aci_switch_leaf_selector.py b/plugins/modules/aci_switch_leaf_selector.py index 59610191d..120949234 100644 --- a/plugins/modules/aci_switch_leaf_selector.py +++ b/plugins/modules/aci_switch_leaf_selector.py @@ -55,7 +55,7 @@ description: - Name of the Policy Group to be added to Leaf Selector of given Leaf Profile. type: str - aliases: [ name, policy_group_name ] + aliases: [ policy_group_name ] state: description: - Use C(present) or C(absent) for adding or removing. diff --git a/plugins/modules/aci_vmm_credential.py b/plugins/modules/aci_vmm_credential.py index e90b1d32e..bba310bf2 100644 --- a/plugins/modules/aci_vmm_credential.py +++ b/plugins/modules/aci_vmm_credential.py @@ -41,7 +41,7 @@ description: - Name of the virtual domain profile. type: str - aliases: [ domain_name, domain_profile, name ] + aliases: [ domain_name, domain_profile ] state: description: - Use C(present) or C(absent) for adding or removing.