From 372b60a5f7e115c724bc1342b4d470cb1654d5ad Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 1 Mar 2013 19:13:37 -0500 Subject: [PATCH] Added tip about ANSIBLE_KEEP_REMOTE_FILES to docsite Signed-off-by: Brian Coca --- docsite/rst/moduledev.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docsite/rst/moduledev.rst b/docsite/rst/moduledev.rst index d25de76b8c0..37158f070bb 100644 --- a/docsite/rst/moduledev.rst +++ b/docsite/rst/moduledev.rst @@ -396,6 +396,10 @@ output formats available: If you're having a problem with the syntax of your YAML you can validate it on the `YAML Lint `_ website. +.. tip:: + + You can use ANSIBLE_KEEP_REMOTE_FILES=1 to prevent ansible from + deleting the remote files so you can debug your module. Getting Your Module Into Core `````````````````````````````