Skip to content

Commit

Permalink
create install dir in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Nov 21, 2023
1 parent feee2cc commit 0611220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/build-aio
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ansible-playbook \
--inventory "${CONTAINER_NAME}," \
-e "ansible_python_interpreter=python3.10" \
-e "host_role='Docker AIO'" \
-e "smi_service_software_allow_create_install_dir=true" \
site.yml

docker commit "${CONTAINER_NAME}" "${IMAGE}:latest"
Expand Down

0 comments on commit 0611220

Please sign in to comment.