mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-15 17:40:50 -07:00
Fix examples formatting (#345)
This commit is contained in:
parent
31ba39cac4
commit
a7c830f49d
148 changed files with 330 additions and 334 deletions
|
@ -147,7 +147,7 @@ author: "Gwenael Pellen (@GwenaelPellenArkeup) <gwenael.pellen@arkeup.com>"
|
|||
|
||||
EXAMPLES = '''
|
||||
# Usage
|
||||
- name: create instance template named foo
|
||||
- name: Create instance template named foo
|
||||
gce_instance_template:
|
||||
name: foo
|
||||
size: n1-standard-1
|
||||
|
@ -165,7 +165,7 @@ EXAMPLES = '''
|
|||
credentials_file: "/path/to/your-key.json"
|
||||
project_id: "your-project-name"
|
||||
tasks:
|
||||
- name: create instance template
|
||||
- name: Create instance template
|
||||
gce_instance_template:
|
||||
name: my-test-instance-template
|
||||
size: n1-standard-1
|
||||
|
@ -174,7 +174,7 @@ EXAMPLES = '''
|
|||
project_id: "{{ project_id }}"
|
||||
credentials_file: "{{ credentials_file }}"
|
||||
service_account_email: "{{ service_account_email }}"
|
||||
- name: delete instance template
|
||||
- name: Delete instance template
|
||||
gce_instance_template:
|
||||
name: my-test-instance-template
|
||||
size: n1-standard-1
|
||||
|
@ -192,7 +192,7 @@ EXAMPLES = '''
|
|||
credentials_file: "/path/to/your-key.json"
|
||||
project_id: "your-project-name"
|
||||
tasks:
|
||||
- name: create instance template
|
||||
- name: Create instance template
|
||||
gce_instance_template:
|
||||
name: foo
|
||||
size: n1-standard-1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue