diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-05-18 15:40:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-18 15:40:00 -0500 |
commit | 26770148f9c012c710013f32295d822a175529f8 (patch) | |
tree | 7251c404e14894461589c403e54f13add459fd00 /roles/openshift_master_facts | |
parent | eedd16af0a9413fa46869abb12f2a92d8994ecba (diff) | |
parent | 10c772b425a801163a4acf2564c7d07c9d48af15 (diff) | |
download | openshift-26770148f9c012c710013f32295d822a175529f8.tar.gz openshift-26770148f9c012c710013f32295d822a175529f8.tar.bz2 openshift-26770148f9c012c710013f32295d822a175529f8.tar.xz openshift-26770148f9c012c710013f32295d822a175529f8.zip |
Merge pull request #3914 from rikkuness/yaml_newline
Merged by openshift-bot
Diffstat (limited to 'roles/openshift_master_facts')
-rw-r--r-- | roles/openshift_master_facts/filter_plugins/openshift_master.py | 1 |
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 65f85066e..b5be193d2 100644 --- a/roles/openshift_master_facts/filter_plugins/openshift_master.py +++ b/roles/openshift_master_facts/filter_plugins/openshift_master.py @@ -495,6 +495,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 |