From 7814230fd9eec369195040d4645a4317aa6e7133 Mon Sep 17 00:00:00 2001 From: Antoine Huret Date: Wed, 22 Nov 2017 11:18:38 +0100 Subject: [PATCH] contrib instead of contib Signed-off-by: Antoine Huret --- contrib/ansible/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ansible/README.md b/contrib/ansible/README.md index a3d332d19..19244fa55 100644 --- a/contrib/ansible/README.md +++ b/contrib/ansible/README.md @@ -27,7 +27,7 @@ $ cat hosts At this point, the ansible playbook should be able to ssh into the machines in the hosts file. ```console git clone https://github.com/kubernetes-incubator/cri-containerd -cd ./cri-containerd/contib/ansible +cd ./cri-containerd/contrib/ansible ansible-playbook -i hosts cri-containerd.yaml ``` A typical cloud login might have a username and private key file, in which case the following can be used: