mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-03-26 21:33:32 +00:00
Fixes #390. Hosts involved must have same password SUMMARY Fixes #390 The change takes the password from destination hostvars ansible_ssh_pass or ansible_password when dest is remote. In other case, previous behavior is maintained and password is taken form task vars ansible_ssh_pass or ansible_password. Also, both user and password are templated to allow jinja expressions in them. ISSUE TYPE Bugfix Pull Request COMPONENT NAME ansible.posix.synchronize ADDITIONAL INFORMATION n/a Reviewed-by: Adam Miller <admiller@redhat.com>