mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Fix Ansible documentation in part of example formatting (#334)
This commit is contained in:
parent
58ed77e851
commit
983d937b7b
58 changed files with 376 additions and 353 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue