From 6655ecbceff4e53d4178e67c9464c6e9122eb48d Mon Sep 17 00:00:00 2001 From: Ted Wexler Date: Mon, 24 Jun 2019 19:24:47 -0400 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76f8f4d..55e9dc9 100644 --- a/README.md +++ b/README.md @@ -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 ```