diff --git a/ansible.cfg b/ansible.cfg index 42e7760..4ca6000 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,2 +1,3 @@ [defaults] -remote_tmp = /tmp/.ansible/tmp \ No newline at end of file +# ~/.ansible/tmp expands to /home/timewarrener/.ansible/tmp +remote_tmp = ~/.ansible/tmp \ No newline at end of file