From e0ef217f9714280e8ad3eddbf00c5742346446bf Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 2 Jun 2015 13:33:33 -0400 Subject: [PATCH] Revert "Adding raw module to list of modules allowing raw params" This reverts commit bc041ffea07ce812587ee23ec1b6511a08bef999. same fix x2 does not fix it 'more' --- lib/ansible/parsing/mod_args.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/parsing/mod_args.py b/lib/ansible/parsing/mod_args.py index a154d405770..c24b581fa89 100644 --- a/lib/ansible/parsing/mod_args.py +++ b/lib/ansible/parsing/mod_args.py @@ -266,7 +266,6 @@ class ModuleArgsParser: # FIXME: this should probably be somewhere else RAW_PARAM_MODULES = ( - 'raw', 'command', 'shell', 'script',