mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 17:23:09 +00:00
6 lines
96 B
Bash
Executable File
6 lines
96 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
ansible-playbook test_group_by.yml -i inventory.group_by -v "$@"
|