#432 ansible: update python requirements to work on F30
Merged 4 years ago by kparal. Opened 4 years ago by kparal.

file modified
+3 -2
@@ -13,9 +13,10 @@ 

          name:

            - ansible

            - dnf-plugins-core  # provides 'dnf config-manager' and 'dnf copr'

-           - libselinux-python

+           - python3-libselinux

+           - python2-libselinux  # for Fedora 29 and older

            - standard-test-roles

-           - python2-dnf  # ansible still runs on python2 on F28

+           - python3-dnf

            - rsync  # required for 'synchronize' task

          state: present

        when: not local

python2-dnf is no longer available in Fedora 30. This should still work
with F29, though.

Commit 313d4d3 fixes this pull-request

Pull-Request has been merged by kparal

4 years ago
Metadata