From f64dd518927ca939fc149ef281142e4cbd052958 Mon Sep 17 00:00:00 2001 From: c-snell <31020223+c-snell@users.noreply.github.com> Date: Tue, 11 Feb 2020 06:50:36 -0700 Subject: [PATCH] fixed formatting //.ssh/known_hosts doesn't render properly in markdown. changed to ~/.ssh/known_hosts to be consistent throughout document. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5075eb6e..b3b15325 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ ansible 2.7.12 $ kubectl get nodes -o wide ``` 4. Ensure that you have an established SSH connection with 3PAR or Primera storage systems: - Logon to 3PAR or Primera via SSH to create an entry in //.ssh/known_hosts file. + Login to the 3PAR or Primera via SSH to create an entry in ~/.ssh/known_hosts file. Note: Entries for the Kubernetes/OpenShift Master and Worker nodes must be present in the ~/.ssh/known_hosts file for Ansible to install the plugin correctly.