mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
afb5e02c19
* preserve same order as inventory manager when using inventory_hostnames lookup add a test * move generic code
5 lines
78 B
Bash
Executable file
5 lines
78 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
ansible-playbook main.yml -i inventory -e "$@"
|