From d76f4f1795f66ab856c52d4d24af2aa3dc6d0dfc Mon Sep 17 00:00:00 2001 From: Ondra Machacek Date: Wed, 21 Sep 2016 21:18:37 +0200 Subject: [PATCH] Fix example in ovirt_auth module (#3001) This patch fix missing quotes in ovirt_auth revoke token example --- cloud/ovirt/ovirt_auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/ovirt/ovirt_auth.py b/cloud/ovirt/ovirt_auth.py index 22abf1d8394..19ab2e1641b 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 = '''