summaryrefslogtreecommitdiff
path: root/test/integration/targets/delegate_to/runme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/delegate_to/runme.sh')
-rwxr-xr-xtest/integration/targets/delegate_to/runme.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/delegate_to/runme.sh b/test/integration/targets/delegate_to/runme.sh
index c7c64683c1..26d48e2996 100755
--- a/test/integration/targets/delegate_to/runme.sh
+++ b/test/integration/targets/delegate_to/runme.sh
@@ -3,7 +3,7 @@
set -eux
ANSIBLE_SSH_ARGS='-C -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null' \
- ANSIBLE_HOST_KEY_CHECKING=false ansible-playbook test_delegate_to.yml -i ../../inventory -v "$@"
+ ANSIBLE_HOST_KEY_CHECKING=false ansible-playbook test_delegate_to.yml -i inventory -v "$@"
ansible-playbook test_loop_control.yml -v "$@"