mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-04 07:30:20 -07: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
|
- name: Show openstack facts
|
||||||
debug:
|
debug:
|
||||||
var: openstack
|
var: openstack_image
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue