From 45ea6a788b5ba2668aba0f912bb53319c3ead949 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 30 May 2023 20:09:47 -0400 Subject: [PATCH] Ensure python role has latest packages --- roles/python/tasks/Debian.yaml | 1 + roles/python/tasks/RedHat.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/roles/python/tasks/Debian.yaml b/roles/python/tasks/Debian.yaml index 97c9c87..625de2c 100644 --- a/roles/python/tasks/Debian.yaml +++ b/roles/python/tasks/Debian.yaml @@ -8,3 +8,4 @@ - python3-pip - python3-venv - python3-virtualenv + state: latest diff --git a/roles/python/tasks/RedHat.yaml b/roles/python/tasks/RedHat.yaml index 4c13518..8dcc82b 100644 --- a/roles/python/tasks/RedHat.yaml +++ b/roles/python/tasks/RedHat.yaml @@ -6,3 +6,4 @@ - python3 - python3-pip - python3-virtualenv + state: latest