Merge pull request #1731 from geerlingguy/fix-ansible-readme-typo

Fix typo in Ansible README file scp command.
This commit is contained in:
David Nuzik 2020-05-04 09:32:32 -07:00 committed by GitHub
commit b6fe30ac20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,6 @@ ansible-playbook site.yml -i inventory/hosts.ini
To get access to your **Kubernetes** cluster just To get access to your **Kubernetes** cluster just
```bash ```bash
scp debian@master_pi:~/kube/config ~/.kube/config scp debian@master_pi:~/.kube/config ~/.kube/config
``` ```