We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3397d commit 8be437eCopy full SHA for 8be437e
contrib/ansible/README.md
@@ -22,7 +22,7 @@ $ cat hosts
22
At this point, the ansible playbook should be able to ssh into the machines in the hosts file.
23
```console
24
git clone https://github.com/containerd/containerd
25
-cd ./contrib/ansible
+cd ./containerd/contrib/ansible
26
ansible-playbook -i hosts cri-containerd.yaml
27
```
28
A typical cloud login might have a username and private key file, in which case the following can be used:
0 commit comments