6 lines
127 B
Bash
Executable File
6 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
|
|
SKATO_ANSIBLE_ROOT=$(dirname "$0")
|
|
set -o allexport
|
|
source "${SKATO_ANSIBLE_ROOT}/standard_paths"
|
|
set +o allexport |