Fix elf and elf_facts documentation formatting (#3348)

* This method breaks the output on the documentation site

* Conflicting quotes

* Conflicting quotes
This commit is contained in:
cameronurnes 2016-11-02 16:37:56 -07:00 committed by Matt Clay
commit ec8bd8ee77
2 changed files with 12 additions and 17 deletions

View file

@ -37,17 +37,15 @@ options:
default: None
tags:
description:
- |
List of tags of Amazon EFS. Should be defined as dictionary
- List of tags of Amazon EFS. Should be defined as dictionary
required: false
default: None
targets:
description:
- |
List of mounted targets. It should be a list of dictionaries, every dictionary should include next attributes:
- "List of mounted targets. It should be a list of dictionaries, every dictionary should include next attributes:
- SubnetId - Mandatory. The ID of the subnet to add the mount target in.
- IpAddress - Optional. A valid IPv4 address within the address range of the specified subnet.
- SecurityGroups - Optional. List of security group IDs, of the form "sg-xxxxxxxx". These must be for the same VPC as subnet specified.
- SecurityGroups - Optional. List of security group IDs, of the form 'sg-xxxxxxxx'. These must be for the same VPC as subnet specified."
required: false
default: None
extends_documentation_fragment: