From 4c137a9b6bd38433f9fc3b770b32833a701817ae Mon Sep 17 00:00:00 2001 From: Gilles Cornu Date: Thu, 3 Dec 2015 09:36:57 +0100 Subject: [PATCH] provisioners/ansible: fix comment indentation [ci skip] --- plugins/provisioners/ansible/provisioner/base.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/provisioners/ansible/provisioner/base.rb b/plugins/provisioners/ansible/provisioner/base.rb index ec8075f99..6671f0218 100644 --- a/plugins/provisioners/ansible/provisioner/base.rb +++ b/plugins/provisioners/ansible/provisioner/base.rb @@ -91,8 +91,8 @@ module VagrantPlugins def generate_inventory inventory = "# Generated by Vagrant\n\n" - # This "abstract" step must fill the @inventory_machines list - # and return the list of supported host(s) + # This "abstract" step must fill the @inventory_machines list + # and return the list of supported host(s) inventory += generate_inventory_machines inventory += generate_inventory_groups