Fix example in ovirt_auth module (#3001)

This patch fix missing quotes in ovirt_auth revoke token example
pull/18777/head
Ondra Machacek 8 years ago committed by Matt Clay
parent a9cd8abb75
commit e7afabf060

@ -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 = '''

Loading…
Cancel
Save