[bp-2.16] Update Python3 (#82203)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>

(cherry picked from commit c5b68ef16d)
pull/82293/head
Abhijeet Kasurde 1 year ago committed by GitHub
parent 862c5824d0
commit 859f2876f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,10 @@
block:
- action: "{{ ansible_facts.pkg_mgr }}"
args:
name: "python3-pip"
name:
- python3-pip
- python3
state: latest
- pip:
name: rpmfluff

Loading…
Cancel
Save