updated extends_documentation_fragment and final cr
This commit is contained in:
parent
71bb18827b
commit
1aa4264b3a
1 changed files with 5 additions and 2 deletions
|
@ -62,7 +62,9 @@ options:
|
||||||
- dictionary of resource tags of the form: { tag1: value1, tag2: value2 }
|
- dictionary of resource tags of the form: { tag1: value1, tag2: value2 }
|
||||||
required: false
|
required: false
|
||||||
author: Nick Aslanidis (@naslanidis)
|
author: Nick Aslanidis (@naslanidis)
|
||||||
extends_documentation_fragment: aws
|
extends_documentation_fragment:
|
||||||
|
- aws
|
||||||
|
- ec2
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
@ -559,3 +561,4 @@ from ansible.module_utils.ec2 import *
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue