mirror of
https://github.com/ansible/ansible.git
synced 2026-08-01 00:34:56 +02:00
6 lines
74 B
Bash
Executable File
6 lines
74 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -eux -o pipefail
|
|
|
|
ansible-playbook main.yml "$@"
|