feature: added a set of default path environment variables to be used as part of execution environment

This commit is contained in:
2025-12-16 13:47:47 -05:00
parent 474574860a
commit c39463f4a7
2 changed files with 34 additions and 0 deletions

6
init_env Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
SKATO_ANSIBLE_ROOT=$(dirname "$0")
set -o allexport
source "${SKATO_ANSIBLE_ROOT}/standard_paths"
set +o allexport