diff --git a/centreon-plugins/apps/automation/ansible/tower/mode/inventorystatistics.pm b/centreon-plugins/apps/automation/ansible/tower/mode/inventorystatistics.pm index caf135834..c173ed29d 100644 --- a/centreon-plugins/apps/automation/ansible/tower/mode/inventorystatistics.pm +++ b/centreon-plugins/apps/automation/ansible/tower/mode/inventorystatistics.pm @@ -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;