mirror of
https://github.com/ansible/ansible.git
synced 2026-08-01 00:34:56 +02:00
* Register projections and action plugin variable API Co-authored-by: Matt Clay <matt@mystile.com> Co-authored-by: Patrick Kingston <pkingsto@redhat.com>
6 lines
102 B
Bash
Executable File
6 lines
102 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
ansible-playbook test_handler_race.yml --forks 30 -i inventory -v "$@"
|