We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b06cc commit 0ff8806Copy full SHA for 0ff8806
lib/Rex/Commands.pm
@@ -1066,11 +1066,11 @@ sub needs {
1066
my $suffix = $self . ":";
1067
if ( @args && grep ( /^\Q$task_name\E$/, @args ) ) {
1068
Rex::Logger::debug( "Calling " . $task_o->name );
1069
- $task_o->run( "<func>", params => \@task_args, args => \%task_opts );
+ $task_o->run( "<func>", params => \%task_opts, args => \@task_args );
1070
}
1071
elsif ( !@args ) {
1072
1073
1074
1075
1076
0 commit comments