Files
2025-04-14 08:54:36 -07:00

6 lines
122 B
Bash
Executable File

#!/usr/bin/env bash
set -eu
ansible testhost -i ../../inventory -m include_role -a name=argspec --playbook-dir . "${@}"