c12s-kubespray/roles/download/tasks
Miao Zhou a585318b1a Fix Sync Container Permission (#3752)
When `ansible_user` is not root, using `-b` option.
And with `download_run_once` and `download_localhost` set `true`.

Ansible will executes `container_download | upload container images to nodes` task.

It uses rsync to upload images to `/tmp/release/container/`, but the
`container` directory owned by `root`.
2018-11-26 07:00:34 -08:00
..
download_container.yml Fix ansible syntax to avoid ansible deprecation warnings (#3512) 2018-10-16 15:33:30 -07:00
download_file.yml Download role (#3553) 2018-10-20 13:56:55 +02:00
download_prep.yml Replace raw module with shell to avoid warning (#3652) 2018-11-06 11:07:11 -08:00
main.yml Fix ansible syntax to avoid ansible warnings (#3499) 2018-10-11 00:45:00 -07:00
set_docker_image_facts.yml Replace raw module with shell to avoid warning (#3652) 2018-11-06 11:07:11 -08:00
sync_container.yml Fix Sync Container Permission (#3752) 2018-11-26 07:00:34 -08:00