mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Fix example in ovirt_auth module (#3001)
This patch fix missing quotes in ovirt_auth revoke token example
This commit is contained in:
committed by
Matt Clay
parent
a9cd8abb75
commit
e7afabf060
@@ -119,7 +119,7 @@ tasks:
|
||||
- name: Always revoke the SSO token
|
||||
ovirt_auth:
|
||||
state: absent
|
||||
ovirt_auth: {{ ovirt_auth }}
|
||||
ovirt_auth: "{{ ovirt_auth }}"
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
|
||||
Reference in New Issue
Block a user