diff --git a/plugins/action/config_template.py b/plugins/action/config_template.py index 472d483..51fa85f 100644 --- a/plugins/action/config_template.py +++ b/plugins/action/config_template.py @@ -69,6 +69,7 @@ except NameError: if yaml.SafeDumper not in AnsibleDumper.__bases__: AnsibleDumper.__bases__ = (yaml.SafeDumper,) + AnsibleDumper.__bases__ + class IDumper(AnsibleDumper): def increase_indent(self, flow=False, indentless=False): return super(IDumper, self).increase_indent(flow, False)