Merge pull request #428 from antony360/fix-readme-bug

contrib instead of contib
This commit is contained in:
Mike Brown 2017-11-26 14:06:17 -06:00 committed by GitHub
commit 34340f502d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ $ cat hosts
At this point, the ansible playbook should be able to ssh into the machines in the hosts file. At this point, the ansible playbook should be able to ssh into the machines in the hosts file.
```console ```console
git clone https://github.com/kubernetes-incubator/cri-containerd 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 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: A typical cloud login might have a username and private key file, in which case the following can be used: