[docs] Fixed example for os_image_fact (#28873)

There is typo in example, which results in error when running it.
pull/28882/head
Lukas Bednar 8 years ago committed by Sam Doran
parent a6af204cee
commit 2b1a7b7d75

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

Loading…
Cancel
Save