updated extends_documentation_fragment and final cr

This commit is contained in:
Nick Aslanidis 2016-03-06 16:09:14 +10:00
parent b4163e52c5
commit 26e2c1bf11

View file

@ -62,7 +62,9 @@ options:
- dictionary of resource tags of the form: { tag1: value1, tag2: value2 }
required: false
author: Nick Aslanidis (@naslanidis)
extends_documentation_fragment: aws
extends_documentation_fragment:
- aws
- ec2
'''
EXAMPLES = '''
@ -558,4 +560,5 @@ from ansible.module_utils.basic import *
from ansible.module_utils.ec2 import *
if __name__ == '__main__':
main()
main()