fix option ansible tower

This commit is contained in:
garnier-quentin 2019-07-08 09:35:55 +02:00
parent b945fae6f6
commit 2afebae79e

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;