Merge "Remove leapp packages from exclude in DNF config" into stable/train

This commit is contained in:
Zuul 2021-10-01 03:18:10 +00:00 committed by Gerrit Code Review
commit 045be1ca9e
1 changed files with 2 additions and 0 deletions

View File

@ -507,6 +507,8 @@ outputs:
delay: 10
register: _dnf_distro_sync
until: _dnf_distro_sync is success
- name: Remove leapp packages from DNF exclusion (BZ2008847)
shell: dnf config-manager --save --setopt exclude=''
- name: Clean up Python 2 packages
package:
name: python2-*