in-job checks for acls are required for netdisco-do foreground actions

This commit is contained in:
Oliver Gorwits
2017-05-23 13:19:54 +01:00
parent 3944dd7813
commit 6808133bdb
4 changed files with 0 additions and 5 deletions

View File

@@ -58,7 +58,6 @@ sub _single_body {
my $filter_method = $job_type .'_filter';
my $job_filter = $self->$filter_method;
# failsafe, should not be needed with skip checks
unless ($job_filter->($device->ip)) {
return job_defer("$job_type deferred: $host is not ${job_type}able");
}