babac66f9c
* be strict about what is a boolean for keywords - found and fixed typo in test , 'yes' != 'yes.'
6 lines
102 B
Bash
Executable file
6 lines
102 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
# run type tests
|
|
ansible-playbook -i ../../inventory types.yml -v "$@"
|