From 2c2fc73b0a523874d5056aef4e05fd386ed35bbb Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 10 Aug 2018 19:29:25 +0100 Subject: [PATCH] tests: whups, s/ansible_hostname/ansible_host/ --- tests/ansible/hosts/localhost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ansible/hosts/localhost b/tests/ansible/hosts/localhost index 6e022a01..dc7df668 100644 --- a/tests/ansible/hosts/localhost +++ b/tests/ansible/hosts/localhost @@ -1,2 +1,2 @@ [test-targets] -target ansible_hostname=localhost +target ansible_host=localhost