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