Skip to content

Commit

Permalink
[ignore] Remove duplicate aliases in documentation in aci_aaa_user, a…
Browse files Browse the repository at this point in the history
…ci_aaa_user_certificate, aci_l3out_hsrp_secondary_vip, aci_l3out_logical_interface_profile_ospf_policy, aci_switch_leaf_selector and aci_vmm_credential modules
  • Loading branch information
lhercot committed Jul 13, 2024
1 parent f7f9d46 commit 0e22c2f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion plugins/modules/aci_aaa_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion plugins/modules/aci_aaa_user_certificate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/aci_l3out_hsrp_secondary_vip.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/aci_switch_leaf_selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/aci_vmm_credential.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0e22c2f

Please sign in to comment.