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:
parent
669a9838d5
commit
8dff16a253
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ class LxdContainerManagement(object):
|
||||||
"changed" : state_changed,
|
"changed" : state_changed,
|
||||||
"old_state" : self.old_state,
|
"old_state" : self.old_state,
|
||||||
"logs" : self.logs
|
"logs" : self.logs
|
||||||
}
|
}
|
||||||
if self.addresses is not None:
|
if self.addresses is not None:
|
||||||
result_json['addresses'] = self.addresses
|
result_json['addresses'] = self.addresses
|
||||||
self.module.exit_json(**result_json)
|
self.module.exit_json(**result_json)
|
||||||
|
|
Loading…
Reference in a new issue