change to ~ instead of $HOME to avoid undefined (#18551)

fixes #16032
This commit is contained in:
Brian Coca
2016-11-21 10:31:50 -05:00
committed by Toshio Kuratomi
parent 62697ad77f
commit 6dece90a57
2 changed files with 6 additions and 6 deletions

View File

@@ -13,8 +13,8 @@
#inventory = /etc/ansible/hosts
#library = /usr/share/my_modules/
#remote_tmp = $HOME/.ansible/tmp
#local_tmp = $HOME/.ansible/tmp
#remote_tmp = ~/.ansible/tmp
#local_tmp = ~/.ansible/tmp
#forks = 5
#poll_interval = 15
#sudo_user = root
@@ -305,7 +305,7 @@
#
# Example:
# control_path_dir = /tmp/.ansible/cp
#control_path_dir = $HOME/.ansible/cp
#control_path_dir = ~/.ansible/cp
# The path to use for the ControlPath sockets. This defaults to
# "%(directory)s/ansible-ssh-%%h-%%p-%%r", however on some systems with