Skip to content

Commit

Permalink
Refactor yum_repository, deprecate yum only options (#83116)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrizek committed May 9, 2024
1 parent 3c280e6 commit 8ad68f1
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 175 deletions.
9 changes: 9 additions & 0 deletions changelogs/fragments/yum_repository.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
deprecated_features:
- yum_repository - deprecate ``async`` option as it has been removed in RHEL 8 and will be removed in ansible-core 2.22.
- >-
yum_repository - the following options are deprecated: ``deltarpm_metadata_percentage``, ``gpgcakey``, ``http_caching``,
``keepalive``, ``metadata_expire_filter``, ``mirrorlist_expire``, ``protect``, ``ssl_check_cert_permissions``,
``ui_repoid_vars`` as they have no effect for dnf as an underlying package manager.
The options will be removed in ansible-core 2.22.
minor_changes:
- yum_repository - add ``excludepkgs`` alias to the ``exclude`` option.

0 comments on commit 8ad68f1

Please sign in to comment.