Skip to content

Commit 97a5b7a

Browse files
fix(post): Fixed ansible docs
1 parent 429ba72 commit 97a5b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2022-03-26-k3s-etcd-ansible.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ ansible-playbook ./reset.yml -i ./inventory/my-cluster/hosts.ini
9494
To get access to your Kubernetes cluster and copy your kube config locally run:
9595

9696
```bash
97-
scp debian@master_ip:~/.kube/config ~/.kube/config
97+
scp [email protected]:~/.kube/config ~/.kube/config
9898
```
9999

100100
## Testing your cluster

0 commit comments

Comments
 (0)