ansible.posix/changelogs/fragments/159-fix-60-deprecated-ansible_ssh_user.yml
quidame 07032b2494 replace no more supported 'ansible_ssh_*' option names by the new ones
* Replace 'ansible_ssh_user' by 'ansible_user' everywhere.
* Replace 'ansible_ssh_port' by 'ansible_port' everywhere.
* Replace 'ansible_ssh_host' by 'ansible_host' everywhere.
2021-05-21 16:50:42 -04:00

4 lines
229 B
YAML

---
bugfixes:
- synchronize - replace old ``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).