From 30b45c79e0ae1b3ddd08236508d9b8ab0488d566 Mon Sep 17 00:00:00 2001 From: Edoardo Putti Date: Thu, 13 Oct 2016 18:48:07 +0200 Subject: [PATCH] remove redundant key --- library/container_file_read.py | 1 - 1 file changed, 1 deletion(-) diff --git a/library/container_file_read.py b/library/container_file_read.py index f2e5015..a793be4 100644 --- a/library/container_file_read.py +++ b/library/container_file_read.py @@ -56,7 +56,6 @@ def main(): except ImportError: module.fail_json( changed = False, - failed = True, msg = 'Error importing lxc, is python-lxc installed?', )