Hi there,
I’m using a synchronize task:
http://docs.ansible.com/ansible/latest/synchronize_module.html
- synchronize:
src: some/relative/path
dest: /some/absolute/path
So far so good but i expected that Ansible won't ask me for entering a password and that what's happening.
How can i explicit the password or supply it within the task?
Thx