Fix Ansible documentation in part of example formatting (#334)

This commit is contained in:
Andrew Klychkov 2020-05-15 13:12:41 +03:00 committed by GitHub
commit 983d937b7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
58 changed files with 376 additions and 353 deletions

View file

@ -466,7 +466,7 @@ EXAMPLES = '''
- hosts: localhost
tasks:
- name: create elastigroup
- name: Create elastigroup
spotinst_aws_elastigroup:
state: present
risk: 100
@ -500,7 +500,7 @@ EXAMPLES = '''
- hosts: localhost
tasks:
- name: create elastigroup
- name: Create elastigroup
spotinst_aws_elastigroup:
state: present
account_id: act-1a9dd2b
@ -547,7 +547,7 @@ EXAMPLES = '''
- hosts: localhost
tasks:
- name: create elastigroup
- name: Create elastigroup
spotinst_aws_elastigroup:
state: present
account_id: act-1a9dd2b
@ -597,7 +597,7 @@ EXAMPLES = '''
- hosts: localhost
tasks:
- name: create elastigroup
- name: Create elastigroup
spotinst_aws_elastigroup:
state: present
risk: 100
@ -637,7 +637,7 @@ EXAMPLES = '''
- hosts: localhost
tasks:
- name: create elastigroup
- name: Create elastigroup
spotinst_aws_elastigroup:
state: present
risk: 100
@ -675,7 +675,7 @@ EXAMPLES = '''
- hosts: localhost
tasks:
- name: create elastigroup
- name: Create elastigroup
spotinst_aws_elastigroup:
account_id: act-92d45673
state: present
@ -714,8 +714,8 @@ EXAMPLES = '''
- image_id
register: result
- debug: var=result
'''
RETURN = '''
---
instances: