mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fix Ansible documentation in part of example formatting (#334)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user