From dbb2986a149613095b15d2a2bdaddc9f99328eca Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Mon, 19 Jun 2023 14:44:06 +0200 Subject: [PATCH] typo --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index af20b6e..22d1ad3 100644 --- a/Readme.md +++ b/Readme.md @@ -21,7 +21,7 @@ Exécuter le script précédemment récupéré, uniquement si le fichier /usr/lo ```bash ansible -o all -m command -a '/tmp/install.sh --yes creates="/usr/local/bin/starship"' #ou, si on n'a pas pensé à rendre le fichier exécutable précédemment: -ansible -o all -m command -a 'sh tmp/install.sh --yes creates="/usr/local/bin/starship"' +ansible -o all -m command -a 'sh /tmp/install.sh --yes creates="/usr/local/bin/starship"' ``` ## Déployer un fichier avec copy