mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 20:42:20 +08:00
When trying to run the playbook for bvmhost-p09-05.rdu3.fedoraproject.org I encountered an error when copying files through scp. After some digging I found this in the ansible documentation https://docs.ansible.com/ansible/latest/collections/ansible/builtin/ssh_connection.html#parameter-ssh_transfer_method and it helped with that. Let's make the change permanent with this commit.