From 8ada4ae8c218e3e0efb9470216fe2027b66c1457 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Thu, 14 Dec 2023 09:05:46 +0100 Subject: [PATCH] don't set entity_name in product module it can be derived from the class name just fine --- plugins/modules/product.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/modules/product.py b/plugins/modules/product.py index 9a99e08932..f2a2a0d30d 100644 --- a/plugins/modules/product.py +++ b/plugins/modules/product.py @@ -120,7 +120,6 @@ class KatelloProductModule(KatelloEntityAnsibleModule): def main(): module = KatelloProductModule( - entity_name='product', foreman_spec=dict( name=dict(required=True), label=dict(),