Update changelogs/fragments/159-fix-60-deprecated-ansible_ssh_user.yml

Co-authored-by: Amin Vakil <info@aminvakil.com>
This commit is contained in:
quidame 2021-05-09 02:01:20 +02:00 committed by Paul Belanger
parent 07032b2494
commit 4692a7235b

View file

@ -1,4 +1,4 @@
--- ---
bugfixes: bugfixes:
- synchronize - replace old ``ansible_ssh_user`` by ``ansible_user`` everywhere; do the same for - 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). ``ansible_ssh_port`` and ``ansible_ssh_host`` (https://github.com/ansible-collections/ansible.posix/issues/60).