Get remote_user's home directory

I have a playbook that installs oh-my-zsh:

`

if you gathered facts as that user, it should be at: ansible_env[‘HOME’]

You also have ansible_user_id which might be useful.

Adam