summaryrefslogtreecommitdiff
path: root/test/integration/targets/delegate_to
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2019-03-11 23:49:08 -0700
committerMatt Clay <matt@mystile.com>2019-03-12 00:00:32 -0700
commit1143889f26caab75b5ac47f9f9db519658a41ea3 (patch)
tree2aebfb907d11fbdd3c264c48f1a6fb48851b655c /test/integration/targets/delegate_to
parent759e037edcb2f4fc28718a72cc520d3cd572ddf8 (diff)
downloadansible-1143889f26caab75b5ac47f9f9db519658a41ea3.tar.gz
Fix integration test inventory.
Diffstat (limited to 'test/integration/targets/delegate_to')
-rw-r--r--test/integration/targets/delegate_to/inventory2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/delegate_to/inventory b/test/integration/targets/delegate_to/inventory
index 8bf94347aa..8a2157e2bb 100644
--- a/test/integration/targets/delegate_to/inventory
+++ b/test/integration/targets/delegate_to/inventory
@@ -4,5 +4,5 @@ testhost2 ansible_connection=local
testhost3 ansible_ssh_host=127.0.0.3
testhost4 ansible_ssh_host=127.0.0.4
-[local:vars]
+[all:vars]
ansible_python_interpreter="{{ ansible_playbook_python }}"