refactor: script file no longer necessary after refactor

This commit is contained in:
Alex Tavarez
2025-12-21 13:58:11 -05:00
parent 07ff003870
commit eb437ce2e9

View File

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