Fix example in ovirt_auth module (#3001)
This patch fix missing quotes in ovirt_auth revoke token example
This commit is contained in:
parent
1dc9d9512f
commit
d76f4f1795
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue