mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Fixed typo in docker_image.py docs (#5764)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user