Fix examples formatting (#345)

This commit is contained in:
Andrew Klychkov 2020-05-16 16:07:51 +03:00 committed by GitHub
commit a7c830f49d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
148 changed files with 330 additions and 334 deletions

View file

@ -105,7 +105,7 @@ requirements:
EXAMPLES = '''
- name: create a new droplet
- name: Create a new droplet
digital_ocean_droplet:
state: present
name: mydroplet
@ -120,7 +120,7 @@ EXAMPLES = '''
- debug:
msg: "ID is {{ my_droplet.data.droplet.id }}, IP is {{ my_droplet.data.ip_address }}"
- name: ensure a droplet is present
- name: Ensure a droplet is present
digital_ocean_droplet:
state: present
id: 123
@ -131,7 +131,7 @@ EXAMPLES = '''
image: ubuntu-16-04-x64
wait_timeout: 500
- name: ensure a droplet is present with SSH keys installed
- name: Ensure a droplet is present with SSH keys installed
digital_ocean_droplet:
state: present
id: 123