From 0aedf5d6d9ea1087f90487597bd25a55ce9f9aab Mon Sep 17 00:00:00 2001 From: korenstin Date: Thu, 5 Dec 2024 09:05:01 +0100 Subject: [PATCH] linters --- outils/logiciels/ansible.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/outils/logiciels/ansible.md b/outils/logiciels/ansible.md index d25502e..22a57fe 100644 --- a/outils/logiciels/ansible.md +++ b/outils/logiciels/ansible.md @@ -306,7 +306,7 @@ loc_restic: Enfin, vous pourrez appliquer la configuration ansible à l'aide de la commande : ```bash -$ plays/restic_client.yml -l .adm.crans.org --check +plays/restic_client.yml -l .adm.crans.org --check ``` > Pensez à retirer le `--check` une fois que vous aurez vérifier que tout s'est @@ -365,7 +365,7 @@ loc_restic: Enfin, vous pourrez appliquer la configuration ansible à l'aide de la commande : ```bash -$ plays/restic_client.yml -l .adm.crans.org --check +plays/restic_client.yml -l .adm.crans.org --check ``` > Pensez à retirer le `--check` une fois que vous aurez vérifier que tout s'est @@ -382,4 +382,3 @@ reverseproxy). Pour cela il suffit de : ajouter `- {from: helloworld.crans.org, to: 172.16.10.131}` - exécuter le playbook reverseproxy (`plays/reverseproxy -l hodaur.adm.crans.org --check`) -