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
vars:
local_path: '/tmp/eee'
local_path: "{{ '~' | expanduser }}"
disable_passwordauth: false
enable_passwordauth: false
roles: