mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-09 14:50:02 -07:00
Fix DOCUMENTATION for ec2_vpc_dhcp_options.py and add missing RETURN to ec2_vol_facts.py
This commit is contained in:
parent
8eeb30da3d
commit
78759c667a
2 changed files with 56 additions and 52 deletions
|
@ -55,6 +55,10 @@ EXAMPLES = '''
|
|||
|
||||
'''
|
||||
|
||||
# TODO: Disabled the RETURN as it was breaking docs building. Someone needs to
|
||||
# fix this
|
||||
RETURN = '''# '''
|
||||
|
||||
try:
|
||||
import boto.ec2
|
||||
from boto.exception import BotoServerError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue