mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-22 16:51:17 +00:00
6 lines
107 B
Bash
Executable File
6 lines
107 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -o nounset -o errexit -o xtrace
|
|
|
|
ansible-playbook -i inventory "play.yml" -v "$@"
|