I found that if I changed lines 48 and 49 in normal.py and recompiled it, 
remote logging was disabled. :-)
I'm not sure what other features might be affected by this, but this minor 
change accomplished what I wanted. 
Ken

-         if self.runner.no_log:
-            module_args += " NO_LOG=True"
        
+        #if self.runner.no_log:
+        module_args += " NO_LOG=True"



On Friday, May 8, 2015 at 11:42:19 AM UTC-5, Brian Coca wrote:
>
> not currently. 
>
>
> -- 
> Brian Coca 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/af3cf31c-b41c-498e-a346-a95d194c32ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to