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.
This commit is contained in:
quidame
2021-03-28 04:21:12 +02:00
parent ecd5ad53e0
commit d976add5da
25 changed files with 212 additions and 213 deletions

View File

@@ -0,0 +1,4 @@
---
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).