1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/lookup_inventory_hostnames/runme.sh
Sloane Hertel afb5e02c19 preserve same order as inventory manager when using host lookup (#55331)
* preserve same order as inventory manager when using inventory_hostnames lookup

add a test

* move generic code
2019-04-18 15:54:03 -04:00

5 lines
78 B
Bash
Executable file

#!/usr/bin/env bash
set -eux
ansible-playbook main.yml -i inventory -e "$@"