From c553e70ed2da6a1e568c1ff002eff92884b6af7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darek=20Kaczy=C5=84ski?= Date: Wed, 9 Mar 2016 14:37:06 +0100 Subject: [PATCH] Removed debug return values --- cloud/amazon/ecs_service.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/cloud/amazon/ecs_service.py b/cloud/amazon/ecs_service.py index 2c13a52eff9..94d7078c82d 100644 --- a/cloud/amazon/ecs_service.py +++ b/cloud/amazon/ecs_service.py @@ -327,9 +327,6 @@ def main(): results = dict(changed=False ) if module.params['state'] == 'present': - results['expected'] = module.params - results['existing'] = existing - matching = False update = False if existing and 'status' in existing and existing['status']=="ACTIVE":