From c5b68ef16df291de68e0930e6d56c11e18813f00 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Tue, 7 Nov 2023 13:52:10 -0800 Subject: [PATCH] Update Python3 Signed-off-by: Abhijeet Kasurde --- test/integration/targets/setup_rpm_repo/tasks/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/integration/targets/setup_rpm_repo/tasks/main.yml b/test/integration/targets/setup_rpm_repo/tasks/main.yml index 55580bc035e..bf5af101e0e 100644 --- a/test/integration/targets/setup_rpm_repo/tasks/main.yml +++ b/test/integration/targets/setup_rpm_repo/tasks/main.yml @@ -28,7 +28,10 @@ block: - action: "{{ ansible_facts.pkg_mgr }}" args: - name: "python3-pip" + name: + - python3-pip + - python3 + state: latest - pip: name: rpmfluff