Actions
Bug #36148
openhammer repository reclaim-space should not require organization to be passed
Description
not only is it unnecessary since the organization associated to the repo object can always be used, as of https://projects.theforeman.org/issues/36142 the reclaim space task now should ignore any other source of organization context
in hammer we could handle this by first printing a warning when the user tries to pass an organization. this approach informs users that the organization won't be used, without immediately breaking any existing scripts. that can be done at a later stage when users have had sufficient time to update scripts, or at least not be surprised by the change.
Actions