From f950c7e2d44c4be7b0ff26cc73df68dd2abf97e8 Mon Sep 17 00:00:00 2001 From: jdubois Date: Tue, 12 Sep 2017 18:08:17 +0200 Subject: [PATCH] syntax --- HowtoAnsible.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoAnsible.md b/HowtoAnsible.md index 8978627a..c4fbfc47 100644 --- a/HowtoAnsible.md +++ b/HowtoAnsible.md @@ -1113,7 +1113,7 @@ Ansible va maintenant automatiquement déchiffrer les fichiers Vault via votre a ### Tester si une variable est vide -~~~ +~~~{.yaml} - debug: msg: "La variable n'a pas de description" when: var.description == none