mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[docs] Fixed example for os_image_fact (#28873)
There is typo in example, which results in error when running it.
This commit is contained in:
parent
a6af204cee
commit
2b1a7b7d75
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ EXAMPLES = '''
|
|||
|
||||
- name: Show openstack facts
|
||||
debug:
|
||||
var: openstack
|
||||
var: openstack_image
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
|
|
Loading…
Reference in a new issue