From 9355940b557c4f33ea124b91944a69f84efa3be5 Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Tue, 6 Jun 2023 15:05:11 +0200 Subject: [PATCH] typo --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 4d89b1b..23809fc 100644 --- a/Readme.md +++ b/Readme.md @@ -111,8 +111,8 @@ Host machinecible #cf variable inventory_hostname ``` ```bash -ansible -oi localhost all -u formation -m blockinfile -a 'path=/home/formation//.ssh/config block="Host {{ inventory_hostname }}\n\tPort 22" create=true marker="# {mark} ssh config for {{ inventory_hostname }}"' +ansible -o localhost all -u formation -m blockinfile -a 'path=/home/formation//.ssh/config block="Host {{ inventory_hostname }}\n\tPort 22" create=true marker="# {mark} ssh config for {{ inventory_hostname }}"' ``` -⚠️ on travaile sur *localhost* +⚠️ on travaile sur *localhost*, donc l'exemple n'est pas très pertinent