Commit 53360d6c by Michael DeHaan

Merge pull request #497 from davehatton/change_constants

shouldn't need a (slash) before /home/daveh
parents 1b5d5fee 61af403c
......@@ -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 = '*'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment