From 4bf0db1a11578ec1a41eb384c44d69d05597e0fe Mon Sep 17 00:00:00 2001 From: Simone Spinelli <simone.spinelli@geant.org> Date: Thu, 9 Dec 2021 16:23:14 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8344a6..7699feb 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ set interfaces ge-0/0/1 unit 0 family inet address 192.168.56.11/24 set system services netconf ssh ``` -Once this is done, you can login in ansible and launch your first playbook: +Once this is done, you can login in ansible (using vagrant ssh ansible-node) and launch your first playbook: ``` vagrant@ansible-node:~$ cd ansible-minilab/ -- GitLab