ansible/test/integration/targets/interpreter_discovery_python_delegate_facts/runme.sh
Martin Krizek b05e00e99a
Fix delegate_facts with interpreter not being set (#70293)
Fixes #70168

ci_complete

Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
Co-authored-by: Matt Clay <matt@mystile.com>
2020-06-30 15:49:09 +02:00

5 lines
85 B
Bash
Executable file

#!/usr/bin/env bash
set -eux
ansible-playbook delegate_facts.yml -i inventory "$@"