Modify some spelling mistakes

Fix a spelling error, and modify some words.

TrivialFix

Change-Id: Ieb55bd2679291ab61080b55feaaaf3c494939978
This commit is contained in:
Lu lei 2016-08-03 20:07:44 +08:00
parent 5ce4de6b2b
commit 9fd70b425f
2 changed files with 5 additions and 4 deletions

View File

@ -54,7 +54,7 @@ author: Sam Yaple
''' '''
EXAMPLES = ''' EXAMPLES = '''
Distribute a file from single to many host: Distribute a file from single to many hosts:
- hosts: web_servers - hosts: web_servers
tasks: tasks:
@ -69,7 +69,7 @@ Distribute a file from single to many host:
mode: "{{ file_data.mode }}" mode: "{{ file_data.mode }}"
sha1: "{{ file_data.sha1 }}" sha1: "{{ file_data.sha1 }}"
Distribute multiple files from single to many host: Distribute multiple files from single to many hosts:
- hosts: web_servers - hosts: web_servers
tasks: tasks:
@ -89,7 +89,8 @@ Distribute multiple files from single to many host:
sha1: "{{ item.sha1 }}" sha1: "{{ item.sha1 }}"
with_items: file_data.results with_items: file_data.results
Distribute a to file many host without compression; Change permissions on dest: Distribute a file to many hosts without compression; Change
permissions on dest:
- hosts: web_servers - hosts: web_servers
tasks: tasks:

View File

@ -61,7 +61,7 @@ options:
type: str type: str
auth_registry: auth_registry:
description: description:
- The registry to authenticate to - The registry to authenticate
required: False required: False
type: str type: str
auth_username: auth_username: