base_role/overlay/Linux/usr/local/bin/base_ansible.bash

10 lines
210 B
Bash
Raw Normal View History

2024-01-09 15:39:19 +00:00
#!/bin/sh
# -*- mode: sh; tab-width: 8; coding: utf-8-unix -*-
ROLE=base
prog=$( basename $0 .bash )
export ANSIBLE_CONFIG=/o/data/TestForge/src/ansible
/usr/local/bin/python3.sh /usr/local/bin/ansible "$@"