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