From f27505626f274f0e445332aefc4b88def101afd1 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Wed, 15 Jul 2015 13:09:56 -0700 Subject: [PATCH] Formatting tweak for ansible docs --- .../docs/provisioners/ansible-local.html.markdown | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/source/docs/provisioners/ansible-local.html.markdown b/website/source/docs/provisioners/ansible-local.html.markdown index 7d8f18b8f..a2550b7bd 100644 --- a/website/source/docs/provisioners/ansible-local.html.markdown +++ b/website/source/docs/provisioners/ansible-local.html.markdown @@ -45,12 +45,12 @@ Optional: packer will assign the host `127.0.0.1`. A value of `my_group_1,my_group_2` will generate an Ansible inventory like: -```text -[my_group_1] -127.0.0.1 -[my_group_2] -127.0.0.1 -``` + ```text + [my_group_1] + 127.0.0.1 + [my_group_2] + 127.0.0.1 + ``` * `inventory_file` (string) - The inventory file to be used by ansible. This file must exist on your local system and will be uploaded to the