Merge "Mount openshift-ansible working dir with 'z' option"

This commit is contained in:
Zuul 2019-03-27 12:38:38 +00:00 committed by Gerrit Code Review
commit cdc678bd61

View File

@ -90,7 +90,7 @@ if [ -z $OPENSHIFT_ANSIBLE_DIR ]; then
sudo podman run \ sudo podman run \
--net=host \ --net=host \
-u `id -u` \ -u `id -u` \
-v ${CONFIG_DOWNLOAD_DIR}:${CONFIG_DOWNLOAD_DIR} \ -v ${CONFIG_DOWNLOAD_DIR}:${CONFIG_DOWNLOAD_DIR}:z \
-w ${CONFIG_DOWNLOAD_DIR} \ -w ${CONFIG_DOWNLOAD_DIR} \
-e ANSIBLE_HOST_KEY_CHECKING=False \ -e ANSIBLE_HOST_KEY_CHECKING=False \
-e ANSIBLE_CONFIG=${CONFIG_DOWNLOAD_DIR}/ansible.cfg \ -e ANSIBLE_CONFIG=${CONFIG_DOWNLOAD_DIR}/ansible.cfg \