From b47777a7a6ddd005dd6c0c13bd004a2dc1cc3a83 Mon Sep 17 00:00:00 2001 From: "Arnaud M." Date: Sat, 3 Jan 2026 13:02:59 +0100 Subject: [PATCH] Add coucou to ssh ansible Signed-off-by: Arnaud M. --- ansible/training/lessons/2-inventory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/training/lessons/2-inventory.md b/ansible/training/lessons/2-inventory.md index 39fc0d6..7480294 100644 --- a/ansible/training/lessons/2-inventory.md +++ b/ansible/training/lessons/2-inventory.md @@ -33,7 +33,7 @@ Finally, we tell ansible to use `python3` interpreter (default is `python`, but ### Check if running Try to connect on your demo machine, to see if it's running: ``` -ssh -p 2222 root@127.0.0.2 +ssh -p 2222 root@127.0.0.2 'echo "coucou from $(hostname)"' ``` ### ping