From 69e9c797029c26ca2f814103d80121f0ef894476 Mon Sep 17 00:00:00 2001 From: Michael Pellegrino Date: Thu, 19 Aug 2021 11:47:33 -0400 Subject: [PATCH] fix typo "ansible-hosts" - change to "ansible-host" --- host.git | 2 +- hosts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/host.git b/host.git index 35a8e74..a2ad283 100644 --- a/host.git +++ b/host.git @@ -5,7 +5,7 @@ wes-host1 ansible_host=192.168.88.217 wes-host2 ansible_host=192.168.88.240 wes-host3 ansible_host=192.168.88.218 -[ansible-hosts] +[ansible-host] # there must only be one ansible-host. this is the device # that will act as the configuration server wes-host1 diff --git a/hosts b/hosts index d84c2f0..1b8feec 100644 --- a/hosts +++ b/hosts @@ -6,7 +6,7 @@ wes-host1 ansible_host=192.168.88.217 wes-host2 ansible_host=192.168.88.240 wes-host3 ansible_host=192.168.88.218 -[ansible-hosts] +[ansible-host] # there must only be one ansible-host. this is the device # that will act as the configuration server wes-host1