mirror of
https://github.com/ansible/ansible.git
synced 2026-07-30 16:14:40 +02:00
6 lines
122 B
Bash
Executable File
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 . "${@}"
|