From afa9d30717774e4ccd4c06265e26849e2d3cd7a8 Mon Sep 17 00:00:00 2001 From: mlewe Date: Thu, 8 Sep 2016 00:22:16 +0200 Subject: [PATCH] Fixes ansible/ansible#15922 (#3793) --- lib/ansible/modules/commands/command.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/ansible/modules/commands/command.py b/lib/ansible/modules/commands/command.py index c80372df0c6..bd4f5a687fa 100644 --- a/lib/ansible/modules/commands/command.py +++ b/lib/ansible/modules/commands/command.py @@ -165,7 +165,6 @@ def main(): cmd=args, stdout="skipped, since %s exists" % creates, changed=False, - stderr=False, rc=0 ) @@ -178,7 +177,6 @@ def main(): cmd=args, stdout="skipped, since %s does not exist" % removes, changed=False, - stderr=False, rc=0 )