From 1bb84e1e1bf1f13abdc2be6d58900d678a1424ab Mon Sep 17 00:00:00 2001 From: Mandar Kulkarni Date: Thu, 27 Jan 2022 15:18:04 -0800 Subject: [PATCH] Minor doc fix --- plugins/modules/ec2_placement_group.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/ec2_placement_group.py b/plugins/modules/ec2_placement_group.py index 55f2322d078..9ca3bb02ab9 100644 --- a/plugins/modules/ec2_placement_group.py +++ b/plugins/modules/ec2_placement_group.py @@ -26,8 +26,8 @@ partition_count: description: - The number of partitions. - - Valid only when Strategy is set to partition. - - Must be a value between 1 and 7. + - Valid only when I(Strategy) is set to C(partition). + - Must be a value between C(1) and C(7). type: int version_added: 3.1.0 state: