b05e00e99a
Fixes #70168 ci_complete Co-authored-by: Brian Coca <bcoca@users.noreply.github.com> Co-authored-by: Matt Clay <matt@mystile.com>
5 lines
85 B
Bash
Executable file
5 lines
85 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
ansible-playbook delegate_facts.yml -i inventory "$@"
|