From d28bbe14ed555312dd95e2f1d443920ce2b79680 Mon Sep 17 00:00:00 2001 From: Dave Hatton Date: Thu, 21 Jun 2012 15:37:43 +0100 Subject: [PATCH] shouldn't need a (slash) before /home/daveh --- lib/ansible/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/constants.py b/lib/ansible/constants.py index 9f1069b1109..7b00d8060dc 100644 --- a/lib/ansible/constants.py +++ b/lib/ansible/constants.py @@ -24,7 +24,7 @@ DEFAULT_HOST_LIST = os.environ.get('ANSIBLE_HOSTS', DEFAULT_MODULE_PATH = os.environ.get('ANSIBLE_LIBRARY', '/usr/share/ansible') DEFAULT_REMOTE_TMP = os.environ.get('ANSIBLE_REMOTE_TMP', - '/$HOME/.ansible/tmp') + '$HOME/.ansible/tmp') DEFAULT_MODULE_NAME = 'command' DEFAULT_PATTERN = '*'