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: