typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user