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