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 GitHub
parent d976add5da
commit 052a2f6d94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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