mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
shouldn't need a (slash) before /home/daveh
This commit is contained in:
parent
54ac3dac34
commit
d28bbe14ed
1 changed files with 1 additions and 1 deletions
|
@ -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 = '*'
|
||||
|
|
Loading…
Reference in a new issue