Skip to content

Commit

Permalink
Improve params
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Aug 2, 2018
1 parent 8215e52 commit 01856c8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/tasks/evm_ansible_runner.rake
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ namespace :evm do
roles_path = plugin.root.join('content_tmp', 'ansible', 'roles')
role_file = plugin.root.join('content_tmp', 'ansible', 'requirements.yml')

params = {
nil => "install",
:roles_path= => roles_path,
:role_file= => role_file
}
params = ["install", :roles_path= => roles_path, :role_file= => role_file]

begin
AwesomeSpawn.run!("ansible-galaxy", :params => params)
Expand Down

0 comments on commit 01856c8

Please sign in to comment.