mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
rhsm_release: removing required=true for 'release' option (#6401)
Fix rhsm_release by removing required=true for 'release' option.
This commit is contained in:
parent
c1b16d534f
commit
486c47f922
2 changed files with 8 additions and 6 deletions
2
changelogs/fragments/6401-rhsm_release-required.yml
Normal file
2
changelogs/fragments/6401-rhsm_release-required.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "rhsm_release - make ``release`` parameter not required so it is possible to pass ``null`` as a value. This only was possible in the past due to a bug in ansible-core that now has been fixed (https://github.com/ansible-collections/community.general/pull/6401)."
|
Loading…
Add table
Add a link
Reference in a new issue