From a1457a62761c7b7ef63137446f8f2ab1e6279e67 Mon Sep 17 00:00:00 2001 From: dthvt Date: Fri, 8 Mar 2019 15:29:16 -0500 Subject: [PATCH] ec2_vpc_dhcp_option_facts - fix filters ref URL (#53468) --- lib/ansible/modules/cloud/amazon/ec2_vpc_dhcp_option_facts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_vpc_dhcp_option_facts.py b/lib/ansible/modules/cloud/amazon/ec2_vpc_dhcp_option_facts.py index c91d4deb75..8d4dd10802 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_vpc_dhcp_option_facts.py +++ b/lib/ansible/modules/cloud/amazon/ec2_vpc_dhcp_option_facts.py @@ -24,7 +24,7 @@ options: filters: description: - A dict of filters to apply. Each dict item consists of a filter key and a filter value. - See U(https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeRouteTables.html) for possible filters. + See U(https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeDhcpOptions.html) for possible filters. dhcp_options_ids: description: - Get details of specific DHCP Option ID