Fixed typo in docker_image.py docs (#5764)
This commit is contained in:
parent
e3a43c0d4b
commit
dddf810a19
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue