mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 10:43:14 +00:00
Fix indent
This commit is contained in:
committed by
Matt Clay
parent
669a9838d5
commit
8dff16a253
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user