[linear2] update mitogen_get_stack for new _build_stack() return value

pull/607/head
David Wilson 5 years ago
parent a39169ff16
commit a9755d4ad0

@ -47,8 +47,9 @@ class ActionModule(ActionBase):
'skipped': True,
}
_, stack = self._connection._build_stack()
return {
'changed': True,
'result': self._connection._build_stack(),
'result': stack,
'_ansible_verbose_always': True,
}

Loading…
Cancel
Save