Fix example in ovirt_auth module (#3001)

This patch fix missing quotes in ovirt_auth revoke token example
reviewable/pr18780/r1
Ondra Machacek 8 years ago committed by Ryan Brown
parent 1dc9d9512f
commit d76f4f1795

@ -119,7 +119,7 @@ tasks:
- name: Always revoke the SSO token
ovirt_auth:
state: absent
ovirt_auth: {{ ovirt_auth }}
ovirt_auth: "{{ ovirt_auth }}"
'''
RETURN = '''

Loading…
Cancel
Save