From 1e85facf36ddd16414035792edf9fc6415a42359 Mon Sep 17 00:00:00 2001 From: John Kerkstra Date: Mon, 16 Oct 2017 12:35:59 -0500 Subject: [PATCH] add note to ec2_vpc_route_table that purge_subnets option is contingent subnets option (#31749) --- lib/ansible/modules/cloud/amazon/ec2_vpc_route_table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_vpc_route_table.py b/lib/ansible/modules/cloud/amazon/ec2_vpc_route_table.py index 5c19daed65d..6517e9d4c4c 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_vpc_route_table.py +++ b/lib/ansible/modules/cloud/amazon/ec2_vpc_route_table.py @@ -51,7 +51,7 @@ options: purge_subnets: version_added: "2.3" description: - - "Purge existing subnets that are not found in subnets." + - "Purge existing subnets that are not found in subnets. Ignored unless the subnets option is supplied." required: false default: 'true' aliases: []