From 8dff16a25316e2ce6e93acdb7b0e353cb03c5cfd Mon Sep 17 00:00:00 2001 From: Hiroaki Nakamura Date: Thu, 12 May 2016 20:50:18 +0900 Subject: [PATCH] Fix indent --- lib/ansible/modules/extras/cloud/lxd/lxd_container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/cloud/lxd/lxd_container.py b/lib/ansible/modules/extras/cloud/lxd/lxd_container.py index 6aa7bdae70..8754b6f6ee 100644 --- a/lib/ansible/modules/extras/cloud/lxd/lxd_container.py +++ b/lib/ansible/modules/extras/cloud/lxd/lxd_container.py @@ -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)