Fixed typo in docker_image.py docs (#5764)

This commit is contained in:
Asara 2016-12-02 03:44:10 -05:00 committed by Matt Clay
parent e3a43c0d4b
commit dddf810a19

View file

@ -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