ansible.posix/changelogs/fragments/159-fix-60-deprecated-ansible_ssh_user.yml
quidame 4692a7235b Update changelogs/fragments/159-fix-60-deprecated-ansible_ssh_user.yml
Co-authored-by: Amin Vakil <info@aminvakil.com>
2021-05-21 16:50:42 -04:00

4 lines
233 B
YAML

---
bugfixes:
- synchronize - replace removed ``ansible_ssh_user`` by ``ansible_user`` everywhere; do the same for
``ansible_ssh_port`` and ``ansible_ssh_host`` (https://github.com/ansible-collections/ansible.posix/issues/60).