summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/library/oc_group.py
diff options
context:
space:
mode:
Diffstat (limited to 'roles/lib_openshift/library/oc_group.py')
-rw-r--r--roles/lib_openshift/library/oc_group.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/lib_openshift/library/oc_group.py b/roles/lib_openshift/library/oc_group.py
index b6c6e47d9..eea1516ae 100644
--- a/roles/lib_openshift/library/oc_group.py
+++ b/roles/lib_openshift/library/oc_group.py
@@ -699,7 +699,7 @@ class Yedit(object): # pragma: no cover
yamlfile.yaml_dict = content
if params['key']:
- rval = yamlfile.get(params['key']) or {}
+ rval = yamlfile.get(params['key'])
return {'changed': False, 'result': rval, 'state': state}