fix option ansible tower

This commit is contained in:
garnier-quentin 2019-07-08 09:35:55 +02:00
parent cf6e490935
commit c1886ea3cc
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ sub new {
bless $self, $class;
$options{options}->add_options(arguments => {
"filter-inventory" => { name => 'filter_inventory' },
'filter-inventory:s' => { name => 'filter_inventory' },
});
return $self;