7 lines
102 B
Bash
7 lines
102 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -eux
|
||
|
|
||
|
# run type tests
|
||
|
ansible-playbook -i ../../inventory types.yml -v "$@"
|