Files
ansible.posix/changelogs/fragments/159-fix-60-deprecated-ansible_ssh_user.yml
2021-05-09 02:01:20 +02:00

5 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).