From 2afebae79e1a8098a02f1067a3e730a01e3e72ef Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Mon, 8 Jul 2019 09:35:55 +0200 Subject: [PATCH] fix option ansible tower --- .../apps/automation/ansible/tower/mode/inventorystatistics.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;