This commit is contained in:
2023-06-19 14:44:06 +02:00
parent aae4240ef5
commit dbb2986a14

View File

@@ -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