From 087a367572f91cf11e5966a760f02aae96758059 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Sat, 29 Jun 2019 21:27:22 +0200 Subject: [PATCH] Specify yaml in code block --- src/ops/tools/ansible.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ops/tools/ansible.md b/src/ops/tools/ansible.md index afe49e9..7e9fadd 100644 --- a/src/ops/tools/ansible.md +++ b/src/ops/tools/ansible.md @@ -40,7 +40,7 @@ at the top of the template file If you want to exec a sets of tasks when a condition is true, use import_tasks. -``` +```yaml - name: Include init tasks import_tasks: init.yml tags: