summaryrefslogtreecommitdiff
path: root/cloud/ovirt
diff options
context:
space:
mode:
authorOndra Machacek <machacek.ondra@gmail.com>2016-09-21 21:18:37 +0200
committerRyan Brown <sb@ryansb.com>2016-09-21 15:18:37 -0400
commitd76f4f1795f66ab856c52d4d24af2aa3dc6d0dfc (patch)
treeb0f27cf81f0bce213671c630edda5d36c487b070 /cloud/ovirt
parent1dc9d9512fe75b83f3d4818998b3edbf493a6910 (diff)
downloadansible-modules-extras-d76f4f1795f66ab856c52d4d24af2aa3dc6d0dfc.tar.gz
Fix example in ovirt_auth module (#3001)
This patch fix missing quotes in ovirt_auth revoke token example
Diffstat (limited to 'cloud/ovirt')
-rw-r--r--cloud/ovirt/ovirt_auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud/ovirt/ovirt_auth.py b/cloud/ovirt/ovirt_auth.py
index 22abf1d8..19ab2e16 100644
--- a/cloud/ovirt/ovirt_auth.py
+++ b/cloud/ovirt/ovirt_auth.py
@@ -119,7 +119,7 @@ tasks:
- name: Always revoke the SSO token
ovirt_auth:
state: absent
- ovirt_auth: {{ ovirt_auth }}
+ ovirt_auth: "{{ ovirt_auth }}"
'''
RETURN = '''