Default to home directory

This commit is contained in:
Austen Adler 2018-07-04 12:45:46 -04:00
parent 5829a06604
commit 73808aad2a

View File

@ -1,7 +1,7 @@
--- ---
- hosts: all - hosts: all
vars: vars:
local_path: '/tmp/eee' local_path: "{{ '~' | expanduser }}"
disable_passwordauth: false disable_passwordauth: false
enable_passwordauth: false enable_passwordauth: false
roles: roles: