Katello: Added product to the dict choices (#49776)

* Added product to the dict choices.

Following issue 48594 where product is not a recognised choice: https://github.com/ansible/ansible/issues/48594

* fixed doc

added - product to the doc

* split line 549

to correct ci test splitting line 549

* Create 49776-product_fix_katello_foreman_module.yaml

changelog fragment creation
This commit is contained in:
arsenicks
2019-02-22 03:27:34 -05:00
committed by John R Barker
parent 28dadc9e18
commit d3fcdae4ad
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "remote_management foreman - Fixed issue where it was impossible to createdelete a product because product was missing in dict choices ( https://github.com/ansible/ansible/issues/48594 )"