mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-14 11:20:42 -03:30
When setting permission for containers download/upload dir we're using `ansible_ssh_user`. But if playbook is executed without user being explicitly set `ansible_ssh_user` may be undefined. In such situations dir ownership will default to `ansible_user_id` Closes: #644