Fix example in ovirt_auth module (#3001)

This patch fix missing quotes in ovirt_auth revoke token example
This commit is contained in:
Ondra Machacek 2016-09-21 21:18:37 +02:00 committed by Ryan Brown
parent 1dc9d9512f
commit d76f4f1795

View file

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