fix option ansible tower
This commit is contained in:
parent
cf6e490935
commit
c1886ea3cc
|
@ -141,7 +141,7 @@ sub new {
|
||||||
bless $self, $class;
|
bless $self, $class;
|
||||||
|
|
||||||
$options{options}->add_options(arguments => {
|
$options{options}->add_options(arguments => {
|
||||||
"filter-inventory" => { name => 'filter_inventory' },
|
'filter-inventory:s' => { name => 'filter_inventory' },
|
||||||
});
|
});
|
||||||
|
|
||||||
return $self;
|
return $self;
|
||||||
|
|
Loading…
Reference in New Issue