Skip to content

Commit

Permalink
WIP: product: do not set default=RHEL
Browse files Browse the repository at this point in the history
This would alter existing product's exd_org_group setting.
  • Loading branch information
ktdreyer committed Sep 22, 2020
1 parent 796dae3 commit 8ef71b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/errata_tool_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def run_module():
state_machine_rule_set=dict(required=True),
move_bugs_on_qe=dict(type='bool', default=False),
text_only_advisories_require_dists=dict(type='bool', default=True),
exd_org_group=dict(choices=EXD_ORG_GROUPS.keys(), default='RHEL'),
exd_org_group=dict(choices=EXD_ORG_GROUPS.keys()),
)
module = AnsibleModule(
argument_spec=module_args,
Expand Down

0 comments on commit 8ef71b7

Please sign in to comment.