From 9fd70b425f1fe64faf7cfb5c2a8c24e2ec6b9a34 Mon Sep 17 00:00:00 2001 From: Lu lei Date: Wed, 3 Aug 2016 20:07:44 +0800 Subject: [PATCH] Modify some spelling mistakes Fix a spelling error, and modify some words. TrivialFix Change-Id: Ieb55bd2679291ab61080b55feaaaf3c494939978 --- ansible/library/bslurp.py | 7 ++++--- ansible/library/kolla_docker.py | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ansible/library/bslurp.py b/ansible/library/bslurp.py index b342da3f43..b117123cd9 100644 --- a/ansible/library/bslurp.py +++ b/ansible/library/bslurp.py @@ -54,7 +54,7 @@ author: Sam Yaple ''' EXAMPLES = ''' -Distribute a file from single to many host: +Distribute a file from single to many hosts: - hosts: web_servers tasks: @@ -69,7 +69,7 @@ Distribute a file from single to many host: mode: "{{ file_data.mode }}" sha1: "{{ file_data.sha1 }}" -Distribute multiple files from single to many host: +Distribute multiple files from single to many hosts: - hosts: web_servers tasks: @@ -89,7 +89,8 @@ Distribute multiple files from single to many host: sha1: "{{ item.sha1 }}" 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 tasks: diff --git a/ansible/library/kolla_docker.py b/ansible/library/kolla_docker.py index dc542aece4..9e79d45c6f 100644 --- a/ansible/library/kolla_docker.py +++ b/ansible/library/kolla_docker.py @@ -61,7 +61,7 @@ options: type: str auth_registry: description: - - The registry to authenticate to + - The registry to authenticate required: False type: str auth_username: