Skip to content

Commit b0372a8

Browse files
committed
[ignore] Added range values in the description for policy_based_redirect module
1 parent 20c354a commit b0372a8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

plugins/modules/aci_l4l7_policy_based_redirect.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,13 @@
5454
description:
5555
- The maximum percent when threshold is enabled.
5656
- The APIC defaults to C(0) when unset during creation.
57+
- Permitted values are in the range of [0, 100].
5758
type: int
5859
min_threshold:
5960
description:
6061
- The minimum percent when threshold is enabled.
6162
- The APIC defaults to C(0) when unset during creation.
63+
- Permitted values are in the range of [0, 100].
6264
type: int
6365
threshold_down_action:
6466
description:

tests/integration/targets/aci_l4l7_redirect_health_group/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
check_mode: true
4646
register: add_health_group_cm
4747

48-
- name: Add a new Redirect Health Group in check mode
48+
- name: Add a new Redirect Health Group
4949
cisco.aci.aci_l4l7_redirect_health_group:
5050
<<: *health_group
5151
register: add_health_group
@@ -105,7 +105,7 @@
105105
- "'uni/tn-ansible_tenant/svcCont/redirectHealthGroup-ansible_health_group_2' in query_all.current | map(attribute='vnsRedirectHealthGroup.attributes.dn') | list"
106106

107107
# REMOVE L4-L7 HEALTH GROUP
108-
- name: Remove Redirect Health Group
108+
- name: Remove Redirect Health Group in check mode
109109
cisco.aci.aci_l4l7_redirect_health_group: &remove_group
110110
<<: *aci_info
111111
tenant: ansible_tenant

0 commit comments

Comments
 (0)