Fix an inconsistency in contrib/ansible/README.md

The example inventory uses the group `kube-cluster`, but the playbooks references `k3s-cluster`. This resolves the inconsistency.
This commit is contained in:
Ted Wexler 2019-06-24 19:24:47 -04:00 committed by GitHub
parent 110d30126f
commit 122b8c36b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ Add the system information gathered above into a file called hosts.ini. For exam
[node]
192.16.35.[10:11]
[kube-cluster:children]
[k3s-cluster:children]
master
node
```