Merge "Mount openshift-ansible working dir with 'z' option"
This commit is contained in:
commit
cdc678bd61
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user