mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
terraform: fixed typo, name error sdtout -> stdout (#37253)
This commit is contained in:
committed by
René Moser
parent
c5c78ab045
commit
3bf6c50fa9
@@ -293,7 +293,7 @@ def main():
|
||||
else:
|
||||
outputs = json.loads(outputs_text)
|
||||
|
||||
module.exit_json(changed=changed, state=state, outputs=outputs, sdtout=out, stderr=err, command=' '.join(command))
|
||||
module.exit_json(changed=changed, state=state, outputs=outputs, stdout=out, stderr=err, command=' '.join(command))
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user