
This checks in diskimage-builder elements from the akanda-appliance-builder repository, which we'll be merging with this one. Co-Authored-By: David Lenwell <dlenwell@gmail.com> Co-Authored-By: Mark McClain <mark@mcclain.xyz> Change-Id: Ic53dec0ff675be1e38babc893820f27561cfd774 Partial-Bug: #1464359
5 lines
93 B
Bash
Executable File
5 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
set -ue
|
|
|
|
export ANSIBLE_VENV_DIR=${ANSIBLE_VENV_DIR:-"/opt/stack/venvs/ansible"}
|