mirror of https://github.com/k3s-io/k3s
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.pull/574/head
parent
110d30126f
commit
122b8c36b0
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue