Skip to content

Commit

Permalink
don't set entity_name in product module
Browse files Browse the repository at this point in the history
it can be derived from the class name just fine
  • Loading branch information
evgeni committed Dec 14, 2023
1 parent 86f3085 commit b526b1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/modules/product.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ class KatelloProductModule(KatelloEntityAnsibleModule):

def main():
module = KatelloProductModule(
entity_name='product',
foreman_spec=dict(
name=dict(required=True),
label=dict(),
Expand Down

0 comments on commit b526b1a

Please sign in to comment.