mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-06-02 01:27:58 +00:00
db03f17486
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