Fix Typo in docker_image_facts module
This commit is contained in:
parent
d38c24d0ed
commit
0bf24f2ae1
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ EXAMPLES = '''
|
|||
name: pacur/centos-7
|
||||
|
||||
- name: Inspect multiple images
|
||||
docker_iamge_facts:
|
||||
docker_image_facts:
|
||||
name:
|
||||
- pacur/centos-7
|
||||
- sinatra
|
||||
|
|
Loading…
Reference in a new issue