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