Move get_docstring from module_formatter into ansible/utils
This commit is contained in:
parent
650e4cbf11
commit
6378ff6c31
1 changed files with 0 additions and 2 deletions
2
ec2
2
ec2
|
@ -86,10 +86,8 @@ options:
|
|||
examples:
|
||||
- code: "local_action: ec2 keypair=admin instance_type=m1.large image=emi-40603AD1 wait=true group=webserver"
|
||||
description: "Examples from Ansible Playbooks"
|
||||
- code:
|
||||
requirements: [ "euca2ools" ]
|
||||
author: Seth Vidal
|
||||
|
||||
'''
|
||||
|
||||
import euca2ools.commands.euca.runinstances
|
||||
|
|
Loading…
Reference in a new issue