From f0d1db2d0f5faf0ae5e66f266b8f4526b71089ce Mon Sep 17 00:00:00 2001 From: Mangiang Date: Tue, 2 Nov 2021 10:43:44 -0400 Subject: [PATCH] Fix typo --- .ansible-items/inventory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ansible-items/inventory b/.ansible-items/inventory index 06eccd1..c449d21 100644 --- a/.ansible-items/inventory +++ b/.ansible-items/inventory @@ -1,6 +1,6 @@ all: children: - host: + hosts: ansible_host: {{ DEPLOY_HOSTNAME }} ansible_user: {{ DEPLOYMENT_USER }} ansible_connection: ssh