summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master_facts/filter_plugins/openshift_master.py
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_master_facts/filter_plugins/openshift_master.py')
-rw-r--r--roles/openshift_master_facts/filter_plugins/openshift_master.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_master_facts/filter_plugins/openshift_master.py b/roles/openshift_master_facts/filter_plugins/openshift_master.py
index e570392ff..386f544ea 100644
--- a/roles/openshift_master_facts/filter_plugins/openshift_master.py
+++ b/roles/openshift_master_facts/filter_plugins/openshift_master.py
@@ -496,6 +496,7 @@ class FilterModule(object):
return u(yaml.dump([idp.to_dict() for idp in idp_list],
allow_unicode=True,
default_flow_style=False,
+ width=float("inf"),
Dumper=AnsibleDumper))
@staticmethod