1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix indent

This commit is contained in:
Hiroaki Nakamura 2016-05-12 20:50:18 +09:00 committed by Matt Clay
parent 669a9838d5
commit 8dff16a253

View file

@ -315,7 +315,7 @@ class LxdContainerManagement(object):
"changed" : state_changed,
"old_state" : self.old_state,
"logs" : self.logs
}
}
if self.addresses is not None:
result_json['addresses'] = self.addresses
self.module.exit_json(**result_json)