6 lines
99 B
Bash
6 lines
99 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -eux
|
||
|
|
||
|
ansible-playbook test_include_file_noop.yml -i ../../inventory "$@"
|