fix typo "ansible-hosts" - change to "ansible-host"

This commit is contained in:
Michael Pellegrino
2021-08-19 11:47:33 -04:00
parent 85dd44d494
commit 69e9c79702
2 changed files with 2 additions and 2 deletions

View File

@@ -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

2
hosts
View File

@@ -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