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