Merge pull request #159 from quidame/fix/ansible_ssh_user

Fix ansible_ssh_user

Reviewed-by: https://github.com/apps/ansible-zuul
This commit is contained in:
ansible-zuul[bot]
2021-05-24 15:22:50 +00:00
committed by GitHub
25 changed files with 212 additions and 213 deletions

View File

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