Commit 6655ecbc authored by Ted Wexler's avatar Ted Wexler Committed by GitHub
Browse files

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.
parent 4fe35712
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
```