mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
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:
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
Block a user