From 7ae8693bda21e0be71631549a0f9a2179a0a294e Mon Sep 17 00:00:00 2001 From: Filipe Niero Felisbino Date: Thu, 2 Jun 2016 17:16:02 -0300 Subject: [PATCH] Fix docs --- lib/ansible/modules/extras/cloud/amazon/ec2_eni.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lib/ansible/modules/extras/cloud/amazon/ec2_eni.py b/lib/ansible/modules/extras/cloud/amazon/ec2_eni.py index f9d0e528c6d..b4d90aa7d55 100644 --- a/lib/ansible/modules/extras/cloud/amazon/ec2_eni.py +++ b/lib/ansible/modules/extras/cloud/amazon/ec2_eni.py @@ -18,9 +18,8 @@ DOCUMENTATION = ''' module: ec2_eni short_description: Create and optionally attach an Elastic Network Interface (ENI) to an instance description: - - Create and optionally attach an Elastic Network Interface (ENI) to an - instance. If an ENI ID is provided, an attempt is made to update the - existing ENI. By passing state=detached, an ENI can be detached from its instance. + - Create and optionally attach an Elastic Network Interface (ENI) to an instance. If an ENI ID is provided, \ + an attempt is made to update the existing ENI. By passing state=detached, an ENI can be detached from its instance. version_added: "2.0" author: "Rob White (@wimnat)" options: @@ -31,8 +30,8 @@ options: default: null instance_id: description: - - Instance ID that you wish to attach ENI to, if None the new ENI will be - created in detached state, existing ENI will keep current attachment state. + - Instance ID that you wish to attach ENI to, if None the new ENI will be created in detached state, existing \ + ENI will keep current attachment state. required: false default: null private_ip_address: