provisioners/ansible: fix code indentation

This commit is contained in:
Gilles Cornu 2015-11-20 00:13:01 +01:00
parent c9fe02cea5
commit 6dbc74d814
1 changed files with 3 additions and 3 deletions

View File

@ -88,9 +88,9 @@ module VagrantPlugins
def execute_ansible_galaxy_from_host
command_values = {
:role_file => get_galaxy_role_file(machine.env.root_path),
:roles_path => get_galaxy_roles_path(machine.env.root_path)
}
:role_file => get_galaxy_role_file(machine.env.root_path),
:roles_path => get_galaxy_roles_path(machine.env.root_path)
}
command_template = config.galaxy_command.gsub(' ', VAGRANT_ARG_SEPARATOR)
str_command = command_template % command_values