Modify some spelling mistakes
Fix a spelling error, and modify some words. TrivialFix Change-Id: Ieb55bd2679291ab61080b55feaaaf3c494939978
This commit is contained in:
parent
5ce4de6b2b
commit
9fd70b425f
@ -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:
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user