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"}
|