1
0
Fork 0
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:
Lukas Bednar 2017-08-31 15:12:10 +02:00 committed by Sam Doran
parent a6af204cee
commit 2b1a7b7d75

View file

@ -56,7 +56,7 @@ EXAMPLES = '''
- name: Show openstack facts
debug:
var: openstack
var: openstack_image
'''
RETURN = '''