From dddf810a19288c12c36cde13b14300d083189fc0 Mon Sep 17 00:00:00 2001 From: Asara Date: Fri, 2 Dec 2016 03:44:10 -0500 Subject: [PATCH] Fixed typo in docker_image.py docs (#5764) --- lib/ansible/modules/cloud/docker/docker_image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/docker/docker_image.py b/lib/ansible/modules/cloud/docker/docker_image.py index a7450b0b23a..df9df1dd2c5 100644 --- a/lib/ansible/modules/cloud/docker/docker_image.py +++ b/lib/ansible/modules/cloud/docker/docker_image.py @@ -206,7 +206,7 @@ EXAMPLES = ''' name: registry.ansible.com/chouseknecht/sinatra tag: v1 -- name: Build an image ad push it to a private repo +- name: Build an image and push it to a private repo docker_image: path: ./sinatra name: registry.ansible.com/chouseknecht/sinatra