5 lines
74 B
Bash
5 lines
74 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -eux
|
||
|
ansible-playbook test.yml -i inventory "$@"
|