From 23eba8fd97a610b2bc3bd3c3e153c1039584f265 Mon Sep 17 00:00:00 2001 From: mickael-ange Date: Mon, 7 Nov 2016 23:55:23 +0800 Subject: [PATCH] Added aws and ec2 extends_documentation_fragment to cloud/amazon/rds module. (#3951) --- lib/ansible/modules/cloud/amazon/rds.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/amazon/rds.py b/lib/ansible/modules/cloud/amazon/rds.py index 9d3e7be343d..accf67594f0 100755 --- a/lib/ansible/modules/cloud/amazon/rds.py +++ b/lib/ansible/modules/cloud/amazon/rds.py @@ -222,8 +222,10 @@ requirements: - "boto" author: - "Bruce Pennypacker (@bpennypacker)" - - "Will Thames (@willthames") - + - "Will Thames (@willthames)" +extends_documentation_fragment: + - aws + - ec2 ''' # FIXME: the command stuff needs a 'state' like alias to make things consistent -- MPD