From 7ac3de59b244169f2d51e0f5f0e7ba4a45305127 Mon Sep 17 00:00:00 2001 From: Kamil Páral Date: May 20 2019 15:39:34 +0000 Subject: ansible: update python requirements to work on F30 python2-dnf is no longer available in Fedora 30. This should still work with F29, though. --- diff --git a/data/ansible/runner.yml b/data/ansible/runner.yml index f832b85..cd4f127 100644 --- a/data/ansible/runner.yml +++ b/data/ansible/runner.yml @@ -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