provisioners/ansible: fix comment indentation

[ci skip]
This commit is contained in:
Gilles Cornu 2015-12-03 09:36:57 +01:00
parent 9867281971
commit 4c137a9b6b
1 changed files with 2 additions and 2 deletions

View File

@ -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