From c2d1a56fda10f83f9fec16df2a9d97771b141a34 Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Mon, 31 Oct 2022 12:18:28 +0100 Subject: [PATCH] typo --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index ebf1123..1be5c25 100644 --- a/Readme.md +++ b/Readme.md @@ -9,7 +9,7 @@ le fichier hosts est un fichier d'inventaire ansible contenant mes cibles Récupérer dans /tmp le fichier : https://starship.rs/install.sh ```bash -ansible -i hosts -o -u root all -m get_url -a "url=https://starship.rs/install.sh dest=/tmp --mode=0700" +ansible -i hosts -o -u root all -m get_url -a "url=https://starship.rs/install.sh dest=/tmp mode=0700" ``` ## Exécuter des scripts à distance avec command