fix ansible tower plugin

This commit is contained in:
garnier-quentin 2019-07-08 09:34:57 +02:00
parent b27fd53c1a
commit cf6e490935
2 changed files with 0 additions and 10 deletions

View File

@ -97,11 +97,6 @@ sub new {
return $self; return $self;
} }
sub check_options {
my ($self, %options) = @_;
$self->SUPER::init(%options);
}
sub manage_selection { sub manage_selection {
my ($self, %options) = @_; my ($self, %options) = @_;

View File

@ -147,11 +147,6 @@ sub new {
return $self; return $self;
} }
sub check_options {
my ($self, %options) = @_;
$self->SUPER::init(%options);
}
sub manage_selection { sub manage_selection {
my ($self, %options) = @_; my ($self, %options) = @_;