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 4fe3571229
commit 6655ecbcef

View File

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