From b02937f3c34c6d7c2bed64bbef886fd990a03c92 Mon Sep 17 00:00:00 2001 From: Sloane Hertel Date: Tue, 12 Sep 2017 11:26:35 -0400 Subject: [PATCH] [cloud] Document requirements for ec2_asg. (#30057) --- lib/ansible/modules/cloud/amazon/ec2_asg.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/cloud/amazon/ec2_asg.py b/lib/ansible/modules/cloud/amazon/ec2_asg.py index 9c870f70e2..1a49f895f4 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_asg.py +++ b/lib/ansible/modules/cloud/amazon/ec2_asg.py @@ -27,6 +27,7 @@ description: - Works with the ec2_lc module to manage Launch Configurations version_added: "1.6" author: "Gareth Rushgrove (@garethr)" +requirements: [ "boto3", "botocore" ] options: state: description: